◐ Shell
clean mode source ↗

[3.10] bpo-46070: Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)" by vstinner · Pull Request #30565 · python/cpython

…rState (GH-17287)"

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.

@vstinner vstinner changed the title [3.10] Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)" bpo-46070: [3.10] Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)"

Jan 12, 2022

ericsnowcurrently

@vstinner

@vstinner vstinner changed the title bpo-46070: [3.10] Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)" [3.10] bpo-46070: Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)"

Jan 13, 2022

@graysky graysky mannequin mentioned this pull request

Apr 10, 2022