You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The #264 PR would change the behaviour of the parser module, it would invoke error AttributeError: '_thread._local' obiect has no attribute 'thrift_stack' when using it with example code:
I found that executing only the codes you provided in a sub-thread will cause the exception, because we didn't initialize the thread local in sub-threads. This should be fixed by #267, and we have released an RC version 0.5.1rc1. Can you try to install this version and see if the error is resolved?
The #264 PR would change the behaviour of the
parser
module, it would invoke errorAttributeError: '_thread._local' obiect has no attribute 'thrift_stack'
when using it with example code:The text was updated successfully, but these errors were encountered: