]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
authorsobolevn <mail@sobolevn.me>
Wed, 24 Jun 2026 11:46:39 +0000 (14:46 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 11:46:39 +0000 (14:46 +0300)
commit22dd5b5b374c8eb4def7d55bb8de5928e345c73a
treebe2341d255fe91f01a350c721ae06ec59c50c84f
parentac023ea48f64137d1b6d8dccbd530415d1930813
gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
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