]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 3 Apr 2023 15:35:04 +0000 (18:35 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 15:35:04 +0000 (17:35 +0200)
commit2a721258a199e9bcdcee2069719ad9c8f8c0d030
tree537143ffa297a94a60eb49c083252932a77d5773
parente6f7d35be7fb65d8624e9411251554c9dee0c931
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/reference/datamodel.rst
Doc/whatsnew/3.12.rst
Lib/test/test_code.py
Misc/NEWS.d/next/Core and Builtins/2023-02-21-17-22-06.gh-issue-101865.fwrTOA.rst [new file with mode: 0644]
Objects/codeobject.c