mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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.
This commit is contained in:
parent
f24b8101a0
commit
eaccc12aa9
4 changed files with 28 additions and 4 deletions
2
Python/importlib.h
generated
2
Python/importlib.h
generated
|
@ -1243,7 +1243,7 @@ const unsigned char _Py_M__importlib_bootstrap[] = {
|
|||
114,32,109,111,100,117,108,101,32,99,114,101,97,116,105,111,
|
||||
110,46,78,114,10,0,0,0,114,161,0,0,0,114,10,0,
|
||||
0,0,114,10,0,0,0,114,11,0,0,0,114,150,0,0,
|
||||
0,66,3,0,0,115,4,0,0,0,4,128,255,128,122,28,
|
||||
0,66,3,0,0,115,4,0,0,0,4,0,255,128,122,28,
|
||||
70,114,111,122,101,110,73,109,112,111,114,116,101,114,46,99,
|
||||
114,101,97,116,101,95,109,111,100,117,108,101,99,1,0,0,
|
||||
0,0,0,0,0,0,0,0,0,3,0,0,0,4,0,0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue