| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Is there any particular reason why we shouldn't just do this unconditionally? |
Sorry, something went wrong.
|
I am concerned about performance. Once we get perf tests back online, I'd compare. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
PyGILState_Release must always be called from the same thread, that called PyGILState_Acquire. Which means it is illegal to try to dispose GILState from .NET finalizer thread.
See the following thread #1389 (comment)