diff options
author | Mark Shannon <mark@hotpy.org> | 2021-04-07 09:52:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 09:52:07 (GMT) |
commit | 67969f5eb80844b68005181fd887bcf94c01fb40 (patch) | |
tree | 1ed9c72292f2f08159d2c6334933ec674ced963e /Lib/importlib | |
parent | 1be456ae9d53bb1cba2b24fc86175c282d1c2169 (diff) | |
download | cpython-67969f5eb80844b68005181fd887bcf94c01fb40.zip cpython-67969f5eb80844b68005181fd887bcf94c01fb40.tar.gz cpython-67969f5eb80844b68005181fd887bcf94c01fb40.tar.bz2 |
Correct micro release number and add a couple of asserts. (GH-25224)
Diffstat (limited to 'Lib/importlib')
-rw-r--r-- | Lib/importlib/_bootstrap_external.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/_bootstrap_external.py b/Lib/importlib/_bootstrap_external.py index 0b6cc8a..66ba7dc 100644 --- a/Lib/importlib/_bootstrap_external.py +++ b/Lib/importlib/_bootstrap_external.py @@ -348,7 +348,7 @@ _code_type = type(_write_atomic.__code__) # Python 3.10a2 3433 (RERAISE restores f_lasti if oparg != 0) # Python 3.10a6 3434 (PEP 634: Structural Pattern Matching) # Python 3.10a7 3435 Use instruction offsets (as opposed to byte offsets). -# Python 3.10a7 3436 (Add GEN_START bytecode #43683) +# Python 3.10b1 3436 (Add GEN_START bytecode #43683) # # MAGIC must change whenever the bytecode emitted by the compiler may no |