]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43693: Turn localspluskinds into an object (GH-26749)
authorGuido van Rossum <guido@python.org>
Mon, 21 Jun 2021 20:53:04 +0000 (13:53 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 20:53:04 +0000 (13:53 -0700)
commit355f5dd36a0f53175517f35798aa874564d1113a
treecfc6c7e4f009afc772d4a9e0c909d6e3499cf2e9
parentc5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b
bpo-43693: Turn localspluskinds into an object (GH-26749)

Managing it as a bare pointer to malloc'ed bytes is just too awkward in a few places.
14 files changed:
Include/cpython/code.h
Include/internal/pycore_code.h
Lib/ctypes/test/test_values.py
Lib/importlib/_bootstrap_external.py
Objects/codeobject.c
Objects/frameobject.c
Objects/typeobject.c
Programs/test_frozenmain.h
Python/compile.c
Python/frozen_hello.h
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h
Python/marshal.c