]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)
authorBrandt Bucher <brandtbucher@gmail.com>
Fri, 6 May 2022 17:57:08 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 17:57:08 +0000 (18:57 +0100)
commit3f61db475692511a9676765e6f9f0bb204306e93
tree6f849144d9b5298dc52f7780ff2931f549ab89b7
parent50210643902d28405a57a9672347f43215dbdb3b
gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)

* Move CACHE handling into _unpack_opargs

* Remove auto-added import

* blurb add
Lib/dis.py
Misc/NEWS.d/next/Library/2022-05-06-09-48-07.gh-issue-90997.4PmCgX.rst [new file with mode: 0644]