]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 13 Aug 2020 18:21:32 +0000 (14:21 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 18:21:32 +0000 (14:21 -0400)
commitf24430f1542ea2768793b48704ae2d4e241892ae
tree95e64fdf16a26bbc775648f974a687a902135cf6
parentb3ad2ca56afc6a56c9a6e7b419bc05e8e5b15e19
[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>
Lib/codeop.py
Lib/test/test_codeop.py
Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst