Home
last modified time | relevance | path

Searched refs:SRE_MAGIC (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dsre_constants.h14 #define SRE_MAGIC 20031017 macro
D_sre.c4044 x = PyInt_FromLong(SRE_MAGIC); in init_sre()
/external/python/cpython3/Modules/
Dsre_constants.h14 #define SRE_MAGIC 20171005 macro
D_sre.c2797 x = PyLong_FromLong(SRE_MAGIC); in PyInit__sre()