| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Without this PR, I can crash Python in a reliable way using this method: https://bugs.python.org/issue46070#msg410447 With this PR, I can no longer reproducer the crash: Python is fixed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This reverts commit 7247407.
Fix a random crash involving subinterpreters on Windows. Revert the
change which made the gc module state per interpreter: the gc module
state is shared again by all interpreters.
https://bugs.python.org/issue36854