Searched defs:Py_DEBUG (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_cmd_line.py | 19 Py_DEBUG = hasattr(sys, "gettotalrefcount") variable
|
D | test_capi.py | 32 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_regrtest.py | 24 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_ssl.py | 33 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 24 Py_DEBUG = hasattr(sys, 'getobjects') variable
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 380 # define Py_DEBUG macro
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 315 # define Py_DEBUG macro
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 19 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
/external/python/cpython2/ |
D | configure.ac | 1046 AC_DEFINE(Py_DEBUG, 1, definition
|
/external/python/cpython3/ |
D | configure.ac | 1250 AC_DEFINE(Py_DEBUG, 1, definition
|