]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41520: Fix second codeop regression (GH-21848)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 13 Aug 2020 17:18:49 +0000 (13:18 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 17:18:49 +0000 (13:18 -0400)
commitc818b15fa59039de67022c29085d439fa5d3ef95
tree7d5f50d4566164d94ac42da59ab141bed9d03adb
parent46d10b1237c67ff8347f533eda6a5468d098f7eb
bpo-41520: Fix second codeop regression (GH-21848)

* bpo-41520: Fix second codeop repression

Fix the repression introduced by the initial regression fix.
Lib/codeop.py
Lib/test/test_codeop.py
Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst