]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Oct 2021 11:11:26 +0000 (14:11 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 11:11:26 +0000 (14:11 +0300)
commit252b7bcb236dc261f3af1275bc90f9a303d9648f
treee259c0287bf2b02f7998d5ec9ae00a1c80d79af1
parent9be930f9b169fb3d92693670ae069df902709b83
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Objects/codeobject.c
Objects/frameobject.c
Python/compile.c