]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 24 Jan 2022 11:09:20 +0000 (14:09 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 11:09:20 +0000 (14:09 +0300)
commit58f3d980989c7346ad792d464c1d749dcec6af63
tree42ce19f131f418d9423c3eb26c2a7b91f4c223f2
parent0367a36fdc36b9c909c4d5acf7cde6ceeec0ba69
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Doc/library/dis.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2022-01-20-10-35-50.bpo-46422.1UAEHL.rst [new file with mode: 0644]