]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Don't forget the entry block when ensuring that all exits have a line...
authorMark Shannon <mark@hotpy.org>
Fri, 4 Dec 2020 15:22:12 +0000 (15:22 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 15:22:12 +0000 (15:22 +0000)
commiteaccc12aa986f92ea05f3f0a63cedbff78dd67f1
tree54ae6776ec2e1f1bf133200329bd16f2536577db
parentf24b8101a01fa98b1e3ec042ba896aeb4c24d4bc
bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636)

Don't forget the entry block when ensuring that all exits have a line number.
Lib/test/test_compile.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h