]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100117: Make `co_lines` more efficient (GH-100447)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 10 Jan 2023 10:56:53 +0000 (02:56 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 10:56:53 +0000 (10:56 +0000)
commitf07daaf4f7a637f9f9324e7c8bf78e8a3faae7e0
tree8ced087e09fdf3f372efb7abc3874264d2a235d5
parentb2f7b2ef0b5421e01efb8c7bee2ef95d3bab77eb
GH-100117: Make `co_lines` more efficient (GH-100447)
Lib/test/test_code.py
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-12-17-19-44-57.gh-issue-100117.yRWQ1y.rst [new file with mode: 0644]
Objects/codeobject.c