Thanks to visit codestin.com Credit goes to github.com
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 ba117ef commit 6246d6dCopy full SHA for 6246d6d
1 file changed
Python/import.c
@@ -105,12 +105,13 @@ typedef unsigned short mode_t;
105
tag: cpython-32
106
Python 3.2a1: 3170 (add DUP_TOP_TWO, remove DUP_TOPX and ROT_FOUR)
107
108
+ Python 3.2a2 3180 (add DELETE_DEREF)
109
*/
110
111
/* If you change MAGIC, you must change TAG and you must insert the old value
112
into _PyMagicNumberTags below.
113
-#define MAGIC (3170 | ((long)'\r'<<16) | ((long)'\n'<<24))
114
+#define MAGIC (3180 | ((long)'\r'<<16) | ((long)'\n'<<24))
115
#define TAG "cpython-32"
116
#define CACHEDIR "__pycache__"
117
/* Current magic word and string tag as globals. */
0 commit comments