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.10] gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) #99644

Merged
merged 1 commit into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. pythongh-99578: Fix refleak in _imp.create_builtin() (pythonGH-99642)

    Fix a reference bug in _imp.create_builtin() after the creation of
    the first sub-interpreter for modules "builtins" and "sys".
    (cherry picked from commit cb2ef8b)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    vstinner authored and miss-islington committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    690efd9 View commit details
    Browse the repository at this point in the history