Searched refs:SRE_MAGIC (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_sre/ | ||
H A D | sre_constants.h | 14 #define SRE_MAGIC 20220615 macro |
H A D | sre.c | 3000 if (PyModule_AddIntConstant(m, "MAGIC", SRE_MAGIC) < 0) { in sre_exec() |
Completed in 4 milliseconds