Skip to content

Commit 941ec21

Browse files
bpo-32911: Add the historical note about the magic number. (GH-7273)
1 parent 126869f commit 941ec21

File tree

2 files changed

+113
-111
lines changed

2 files changed

+113
-111
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ def _write_atomic(path, data, mode=0o666):
246246
# Python 3.7a2 3391 (update GET_AITER #31709)
247247
# Python 3.7a4 3392 (PEP 552: Deterministic pycs #31650)
248248
# Python 3.7b1 3393 (remove STORE_ANNOTATION opcode #32550)
249+
# Python 3.7b5 3394 (restored docstring as the firts stmt in the body;
250+
# this might affected the first line number #32911)
249251
# Python 3.8a1 3400 (move frame block handling to compiler #17611)
250252
# Python 3.8a1 3401 (add END_ASYNC_FOR #33041)
251253
#

0 commit comments

Comments
 (0)