diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-04-03 15:35:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 15:35:04 (GMT) |
commit | 2a721258a199e9bcdcee2069719ad9c8f8c0d030 (patch) | |
tree | 537143ffa297a94a60eb49c083252932a77d5773 /Misc | |
parent | e6f7d35be7fb65d8624e9411251554c9dee0c931 (diff) | |
download | cpython-2a721258a199e9bcdcee2069719ad9c8f8c0d030.zip cpython-2a721258a199e9bcdcee2069719ad9c8f8c0d030.tar.gz cpython-2a721258a199e9bcdcee2069719ad9c8f8c0d030.tar.bz2 |
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-02-21-17-22-06.gh-issue-101865.fwrTOA.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-02-21-17-22-06.gh-issue-101865.fwrTOA.rst b/Misc/NEWS.d/next/Core and Builtins/2023-02-21-17-22-06.gh-issue-101865.fwrTOA.rst new file mode 100644 index 0000000..876cc22 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-02-21-17-22-06.gh-issue-101865.fwrTOA.rst @@ -0,0 +1,2 @@ +Deprecate ``co_lnotab`` in code objects, schedule it for removal in Python +3.14 |