]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use a `bytes` object for `_co_code_adaptive` (GH-32205)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 1 Apr 2022 11:28:50 +0000 (04:28 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 11:28:50 +0000 (12:28 +0100)
commitae9de82e321581e1906c6ef2a7ad83ab30ae3325
tree27210ded3d9f8ae82d99ef7442964174e371ae3e
parentbd2e47c8830d1b2869f2b4345945a5e0c3b4e3fb
bpo-46841: Use a `bytes` object for `_co_code_adaptive` (GH-32205)
Objects/codeobject.c