]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123165: make `dis` functions render positions on demand (#123168)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 21 Aug 2024 13:46:24 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 13:46:24 +0000 (14:46 +0100)
commitb1d3bd2e09d8b9d9f49cb8db9d47880ce2ec8f70
tree26cf09769655b0b106e69714200857b00449d69b
parent94036e43a83e8993f6ff42408759091b7c60d17d
gh-123165: make `dis` functions render positions on demand (#123168)
Doc/library/dis.rst
Doc/whatsnew/3.14.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2024-08-20-14-22-49.gh-issue-123165.vOZZOA.rst [new file with mode: 0644]