fix error of context field not defined

pull/13810/head
wangnan39@huawei.com 4 years ago
parent 5d1a340fb4
commit dd2cd6d251

@ -83,6 +83,7 @@ class _ThreadLocalInfo(threading.local):
def __init__(self):
super(_ThreadLocalInfo, self).__init__()
self._reserve_class_name_in_scope = True
self.debug_runtime = False
@property
def reserve_class_name_in_scope(self):

Loading…
Cancel
Save