]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107932: Fix dis module for bytecode that does not have an associated source line...
authorCorvin <corvin@corvin.dev>
Fri, 25 Aug 2023 08:31:26 +0000 (04:31 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 08:31:26 +0000 (09:31 +0100)
commit24aa249a6633249570978d6aae6f7b21581ee085
treec0d7e8f55b9005b6d0200a67f540d3dda3950c2b
parent8d4052075ec43ac1ded7d2fa55c474295410bbdc
gh-107932: Fix dis module for bytecode that does not have an associated source line (GH-107988)
Doc/library/dis.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-08-16-21-20-55.gh-issue-107932.I7hFsp.rst [new file with mode: 0644]