Searched refs:Pattern_Type (Results 1 – 4 of 4) sorted by relevance
254 PyTypeObject *Pattern_Type; member1418 self = PyObject_GC_NewVar(PatternObject, module_state->Pattern_Type, n); in _sre_compile_impl()2659 if (!Py_IS_TYPE(righto, module_state->Pattern_Type)) in pattern_richcompare()2868 Py_VISIT(state->Pattern_Type); in sre_traverse()2880 Py_CLEAR(state->Pattern_Type); in sre_clear()2920 CREATE_TYPE(m, state->Pattern_Type, &pattern_spec); in sre_exec()
2602 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()2714 statichere PyTypeObject Pattern_Type = { variable2768 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()
638 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
2337 Modules/_sre.c - Pattern_Type -