]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 12 Feb 2021 00:31:10 +0000 (19:31 -0500)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 00:31:10 +0000 (19:31 -0500)
commit2068b261e95e9fe9c4041f0102c9e931692dd5aa
treed5464549b91b25a1afe56231508874aabd6a8b67
parentfedd86df2448370cdf62a229fd6f31dc92daf379
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)

The return used to be after code that was ignored when there was a code object.
Lib/codeop.py