]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152070)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 12:11:44 +0000 (14:11 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:11:44 +0000 (12:11 +0000)
commit1b25c79af4ccd6ad7b883f1ed22d5c597dd8f601
tree3696e1c60bd1be138ac9ef7d588c29d010211654
parent71f2e02a52d47417a6fd69f456346cd8aa7aca98
[3.14] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152070)

gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034)
(cherry picked from commit 22dd5b5b374c8eb4def7d55bb8de5928e345c73a)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-23-23-48-54.gh-issue-151763.Eu8pYQ.rst [new file with mode: 0644]
Objects/codeobject.c