Home
last modified time | relevance | path

Searched refs:POST_INIT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c2040 #define POST_INIT(TYPE) Py_INCREF(PyExc_ ## TYPE); \ macro
2120 POST_INIT(BaseException) in _PyExc_Init()
2121 POST_INIT(Exception) in _PyExc_Init()
2122 POST_INIT(StandardError) in _PyExc_Init()
2123 POST_INIT(TypeError) in _PyExc_Init()
2124 POST_INIT(StopIteration) in _PyExc_Init()
2125 POST_INIT(GeneratorExit) in _PyExc_Init()
2126 POST_INIT(SystemExit) in _PyExc_Init()
2127 POST_INIT(KeyboardInterrupt) in _PyExc_Init()
2128 POST_INIT(ImportError) in _PyExc_Init()
[all …]
/external/python/cpython3/Objects/
Dexceptions.c2427 #define POST_INIT(TYPE) \ macro
2578 POST_INIT(BaseException) in _PyExc_Init()
2579 POST_INIT(Exception) in _PyExc_Init()
2580 POST_INIT(TypeError) in _PyExc_Init()
2581 POST_INIT(StopAsyncIteration) in _PyExc_Init()
2582 POST_INIT(StopIteration) in _PyExc_Init()
2583 POST_INIT(GeneratorExit) in _PyExc_Init()
2584 POST_INIT(SystemExit) in _PyExc_Init()
2585 POST_INIT(KeyboardInterrupt) in _PyExc_Init()
2586 POST_INIT(ImportError) in _PyExc_Init()
[all …]