]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Aug 2020 18:38:55 +0000 (11:38 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 18:38:55 +0000 (11:38 -0700)
commita3416c13b51af25675e175d4ffe07d8b925e7dbf
tree2910ac8c9b29bd99ad17b58fd9f8d9bd6a06214b
parentafff51fc09993dff1693aacb440221314b163409
[3.9] bpo-41520: Fix second codeop regression (GH-21848)

Fix the repression introduced by the initial regression fix.

(cherry picked from commit c818b15fa59039de67022c29085d439fa5d3ef95)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit f24430f1542ea2768793b48704ae2d4e241892ae)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/codeop.py
Lib/test/test_codeop.py
Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst