]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
authorsobolevn <mail@sobolevn.me>
Sat, 25 Apr 2026 16:13:48 +0000 (19:13 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2026 16:13:48 +0000 (19:13 +0300)
commit85d3bcd4f3b736cad40e8c71df3f7d69dfacabf9
tree4c6818725607c6eae65652677a2765f069957e37
parent6d7bbee1d5714a345dca5a7e4089de3c2fc0fb59
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
15 files changed:
Doc/deprecations/pending-removal-in-3.15.rst
Doc/deprecations/pending-removal-in-future.rst
Doc/library/dis.rst
Doc/library/inspect.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.15.rst
Doc/whatsnew/3.6.rst
InternalDocs/code_objects.md
Lib/inspect.py
Lib/test/test_code.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-26-10-03-18.gh-issue-134690.mUMT16.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/lnotab_notes.txt [deleted file]