| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
… actually been set. This can occur during initialization. Without the check, later calls to get the interpreter state will cause a fatal error.
There was a problem hiding this comment.
LGTM
I'm surprised _PyThreadState_SetCurrent() can leave it NULL though. Something seems fishy there.
Sorry, something went wrong.
|
This hasn't done it. Going to revert most of the change (I'll leave the _thread event in there, just not the ThreadState ones) |
Sorry, something went wrong.
|
FYI, I'm double-checking that that PR was the culprit: gh-99545. |
Sorry, something went wrong.
|
Looks like a full revert passes all buildbots (actually, 7 still running), so it seems like we're right that the original PR is the source of the failures. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This can occur during initialization. Without the check, later calls to get the interpreter state will cause a fatal error.