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

gh-116296: Fix refleak in reduce_newobj() corner case #116297

Merged
merged 1 commit into from Mar 4, 2024

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Mar 4, 2024

@erlend-aasland erlend-aasland enabled auto-merge (squash) March 4, 2024 09:34
@erlend-aasland erlend-aasland linked an issue Mar 4, 2024 that may be closed by this pull request
@erlend-aasland erlend-aasland merged commit 17c4849 into python:main Mar 4, 2024
39 checks passed
@erlend-aasland erlend-aasland deleted the reduce_newobj branch March 4, 2024 09:46
@miss-islington-app

This comment was marked as outdated.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 4, 2024
…-116297)

(cherry picked from commit 17c4849)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
@bedevere-app
Copy link

bedevere-app bot commented Mar 4, 2024

GH-116299 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 4, 2024
…-116297)

(cherry picked from commit 17c4849)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Mar 4, 2024
@bedevere-app
Copy link

bedevere-app bot commented Mar 4, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Mar 4, 2024
erlend-aasland added a commit that referenced this pull request Mar 4, 2024
…) (#116300)

(cherry picked from commit 17c4849)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
erlend-aasland added a commit that referenced this pull request Mar 4, 2024
…) (#116299)

(cherry picked from commit 17c4849)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
…16297)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…16297)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…16297)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
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.

Refleak in reduce_newobj in typeobject.c
4 participants