Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
562 stars 89 forks source link

Initialize the thread local in parser module in every thread #267

Closed aisk closed 2 months ago

aisk commented 2 months ago

Fix #266

aisk commented 2 months ago

Since the error that this change is intended to fix is a critical issue, it will affect all users who tried to load the thrift files in a sub-thread, I will merge it without any code review.

cc @ethe