Searched refs:USub_singleton (Results 1 – 2 of 2) sorted by relevance
325 *USub_singleton; variable904 USub_singleton = PyType_GenericNew(USub_type, NULL, NULL); in init_types()905 if (!USub_singleton) return 0; in init_types()3092 Py_INCREF(USub_singleton); in ast2obj_unaryop()3093 return USub_singleton; in ast2obj_unaryop()
414 *USub_singleton; variable1095 USub_singleton = PyType_GenericNew(USub_type, NULL, NULL); in init_types()1096 if (!USub_singleton) return 0; in init_types()3639 Py_INCREF(USub_singleton); in ast2obj_unaryop()3640 return USub_singleton; in ast2obj_unaryop()