]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)
authorlarryhastings <larry@hastings.org>
Thu, 26 Sep 2024 00:01:45 +0000 (17:01 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 00:01:45 +0000 (17:01 -0700)
commit4defb58d3812a80d556410077e3391bb81a1c0b7
tree34a01f4f3baeff7dcdbba38c65ec7c183e8c793c
parent4e829c0e6fbd47818451660c234eacc42a0b4a08
Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)
Lib/dis.py
Lib/test/test_dis.py