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.13] gh-124785: alternative interned string clear fix #124796

Closed
wants to merge 2 commits into from

Commits on Sep 30, 2024

  1. Revert "[3.13] pythongh-116510: Fix crash due to shared immortal inte…

    …rned strings. (pythongh-124646)"
    
    This reverts commit dc09a0c.
    nascheme committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    082aae0 View commit details
    Browse the repository at this point in the history
  2. pythongh-124785: alternative immortal string clear fix

    The pythonGH-124646 fix has the issue that it breaks the trace-refs debug
    build.  This is a simpler fix that avoids the use-after-free crashes by
    just leaking immortal interned strings allocated by legacy
    subinterpreters.
    nascheme committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    40c78e5 View commit details
    Browse the repository at this point in the history