Home
last modified time | relevance | path

Searched refs:code_debug_ranges (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dinitconfig.h146 int code_debug_ranges; member
/third_party/python/Python/
H A Dinitconfig.c646 assert(config->code_debug_ranges >= 0); in config_check_consistency()
780 config->code_debug_ranges = 1; in _PyConfig_InitCompatConfig()
950 COPY_ATTR(code_debug_ranges); in _PyConfig_Copy()
1060 SET_ITEM_INT(code_debug_ranges); in _PyConfig_AsDict()
1341 GET_UINT(code_debug_ranges); in _PyConfig_FromDict()
1824 config->code_debug_ranges = 0; in config_read_complex_options()
/third_party/python/Programs/
H A D_testembed.c598 config.code_debug_ranges = 0; in test_init_from_config()
/third_party/python/Objects/
H A Dcodeobject.c472 if (!_Py_GetConfig()->code_debug_ranges) { in _PyCode_New()

Completed in 9 milliseconds