Searched defs:Py_DEBUG (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_lltrace.py | 17 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_cmd_line.py | 22 Py_DEBUG = hasattr(sys, "gettotalrefcount") variable
|
D | test_embed.py | 25 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_regrtest.py | 28 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_threading.py | 37 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
D | test_ssl.py | 41 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 24 Py_DEBUG = hasattr(sys, 'getobjects') variable
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | pyconfig.h | 380 # define Py_DEBUG macro
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | pyconfig.h | 324 # define Py_DEBUG macro
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 25 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/ |
D | test_misc.py | 40 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
|
/aosp_15_r20/external/python/cpython2/ |
D | configure.ac | 1046 AC_DEFINE(Py_DEBUG, 1, definition
|
/aosp_15_r20/external/python/cpython3/ |
D | configure.ac | 1670 AC_DEFINE(Py_DEBUG, 1, definition
|