We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e259c8 commit abdb552Copy full SHA for abdb552
1 file changed
Python/import.c
@@ -104,8 +104,8 @@ typedef unsigned short mode_t;
104
Python 3.2a2 3180 (add DELETE_DEREF)
105
Python 3.3a0 3190 __class__ super closure changed
106
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)
+ 3210 (added size modulo 2**32 to the pyc header)
+ Python 3.3a1 3220 (changed PEP 380 implementation)
109
*/
110
111
/* MAGIC must change whenever the bytecode emitted by the compiler may no
0 commit comments