Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] bpo-46070: Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)" #30566

Closed
wants to merge 3 commits into from

Commits on Jan 12, 2022

  1. bpo-46070: Revert "bpo-36854: Move _PyRuntimeState.gc to PyInterprete…

    …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 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2096c10 View commit details
    Browse the repository at this point in the history
  2. Fix the ABI

    vstinner committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d400a3b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    d0aa809 View commit details
    Browse the repository at this point in the history