]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Oct 2021 18:22:42 +0000 (21:22 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Oct 2021 18:22:42 +0000 (21:22 +0300)
commit60b9e040c9cf40e69f42c0008e564458aa0379e8
treec443c7e9b242382b5b19ce0e5209656bdfa88873
parent4f6e0680d0d8545aa151ccd9de56a39bfe9532a2
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
Modules/_tracemalloc.c
Objects/frameobject.c
Objects/genobject.c
Python/ceval.c
Python/traceback.c