]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152069)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 12:17:41 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:17:41 +0000 (12:17 +0000)
commite8b34391e557b44a6f836dff2bfb61769f7b2e39
tree37046f8ba90297654ae58fa7792d9133880c9ee2
parent6bad84d64c63facc5f93a1ea0a053f620e05cb92
[3.15] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152069)

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