| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I'm a little worried about the rationale expressed in the issue, but I think we should do this anyway.
Sorry, something went wrong.
Yeah, I feel the same way. |
Sorry, something went wrong.
Yeah, this cleanup is orthogonal to the issue but still seems good to clean this up a bit. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In preparation for storing interpreter state as thread-local variable.
The GIL state functions such as gilstate_get already access _Py_tss_gilstate unconditionally so rather than adding this check everywhere, it is added in the beginning of the file now.