]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sun, 17 Apr 2022 18:04:29 +0000 (14:04 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Apr 2022 18:04:29 +0000 (14:04 -0400)
commitcec5d858f509ea28a5325b75fd94e2f275866f5f
treefd1a12cd8c374b3eddca3f5ef1baaff98fefd217
parent7659681556977fe3a19d9f4c5dd93362b9eae25c
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Lib/test/test_descr.py
Lib/test/test_dynamic.py
Lib/test/test_unpack.py
Misc/NEWS.d/next/Core and Builtins/2022-04-17-02-55-38.gh-issue-91625.80CrC7.rst [new file with mode: 0644]
Python/ceval.c