]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
authorChristian Heimes <christian@python.org>
Thu, 27 Jan 2022 19:32:12 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 19:32:12 +0000 (19:32 +0000)
commit26b0482393a313e3bda364a35e7417e9db52c1c4
tree6b82196461a27af8d54c68e1573f4c0788f8c38a
parent247480a21cb165efdacc346a2d589dfc27e18283
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Include/internal/pycore_code.h
Objects/codeobject.c
Tools/scripts/deepfreeze.py