FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-99578: Fix refleak in _imp.create_builtin() by vstinner · Pull Request #99642 · python/cpython · GitHub

/ cpython Public

gh-99578: Fix refleak in _imp.create_builtin() - #99642

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:create_builtin
Nov 21, 2022
Merged

gh-99578: Fix refleak in _imp.create_builtin()#99642
vstinner merged 1 commit into
python:mainfrom
vstinner:create_builtin

Conversation

vstinner commented Nov 21, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Fix a reference leak in _imp.create_builtin() after the creation of the first sub-interpreter.

Fix a reference bug in _imp.create_builtin() after the creation of
the first sub-interpreter for modules "builtins" and "sys".
vstinner merged commit cb2ef8b into python:main Nov 21, 2022

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

vstinner deleted the create_builtin branch November 21, 2022 11:14

Copy link
Copy Markdown

GH-99643 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 21, 2022
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>
bedevere-bot removed the needs backport to 3.11 only security fixes label Nov 21, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 21, 2022
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>

Copy link
Copy Markdown

GH-99644 is a backport of this pull request to the 3.10 branch.

bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 21, 2022
miss-islington added a commit that referenced this pull request Nov 21, 2022
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>
miss-islington added a commit that referenced this pull request Nov 21, 2022
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL