Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abdb552

Browse files
committed
fix comment
1 parent 5e259c8 commit abdb552

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/import.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ typedef unsigned short mode_t;
104104
Python 3.2a2 3180 (add DELETE_DEREF)
105105
Python 3.3a0 3190 __class__ super closure changed
106106
Python 3.3a0 3200 (__qualname__ added)
107-
Python 3.3a1 3210 (added size modulo 2**32 to the pyc header)
108-
3220 (changed PEP 380 implementation)
107+
3210 (added size modulo 2**32 to the pyc header)
108+
Python 3.3a1 3220 (changed PEP 380 implementation)
109109
*/
110110

111111
/* MAGIC must change whenever the bytecode emitted by the compiler may no

0 commit comments

Comments
 (0)