mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
bump magic number for DELETE_DEREF
This commit is contained in:
parent
ba117ef7e9
commit
6246d6dcb0
1 changed files with 2 additions and 1 deletions
|
@ -105,12 +105,13 @@ typedef unsigned short mode_t;
|
||||||
tag: cpython-32
|
tag: cpython-32
|
||||||
Python 3.2a1: 3170 (add DUP_TOP_TWO, remove DUP_TOPX and ROT_FOUR)
|
Python 3.2a1: 3170 (add DUP_TOP_TWO, remove DUP_TOPX and ROT_FOUR)
|
||||||
tag: cpython-32
|
tag: cpython-32
|
||||||
|
Python 3.2a2 3180 (add DELETE_DEREF)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If you change MAGIC, you must change TAG and you must insert the old value
|
/* If you change MAGIC, you must change TAG and you must insert the old value
|
||||||
into _PyMagicNumberTags below.
|
into _PyMagicNumberTags below.
|
||||||
*/
|
*/
|
||||||
#define MAGIC (3170 | ((long)'\r'<<16) | ((long)'\n'<<24))
|
#define MAGIC (3180 | ((long)'\r'<<16) | ((long)'\n'<<24))
|
||||||
#define TAG "cpython-32"
|
#define TAG "cpython-32"
|
||||||
#define CACHEDIR "__pycache__"
|
#define CACHEDIR "__pycache__"
|
||||||
/* Current magic word and string tag as globals. */
|
/* Current magic word and string tag as globals. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue