]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Oct 2021 12:01:11 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 12:01:11 +0000 (15:01 +0300)
commitb5499784ec0aa24c8f0d91f2317cc53b7743ada9
treea136bc5dc197cf3041bb6c234ea663debd2d631c
parentf146ca36f81075f222aa3a1595042597d96dfad3
[3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711). (GH-28718)

(cherry picked from commit 60b9e040c9cf40e69f42c0008e564458aa0379e8)
Objects/frameobject.c
Python/ceval.c
Python/traceback.c