Lines Matching refs:dev_mode
140 COPY_ATTR(dev_mode); in precmdline_get_preconfig()
154 COPY_ATTR(dev_mode); in precmdline_set_preconfig()
173 COPY_ATTR(dev_mode); in _PyPreCmdline_SetConfig()
252 if ((cmdline->dev_mode < 0) in _PyPreCmdline_Read()
256 cmdline->dev_mode = 1; in _PyPreCmdline_Read()
258 if (cmdline->dev_mode < 0) { in _PyPreCmdline_Read()
259 cmdline->dev_mode = 0; in _PyPreCmdline_Read()
264 assert(cmdline->dev_mode >= 0); in _PyPreCmdline_Read()
293 config->dev_mode = -1; in _PyPreConfig_InitCompatConfig()
332 config->dev_mode = 0; in PyPreConfig_InitIsolatedConfig()
379 COPY_ATTR(dev_mode); in preconfig_copy()
426 SET_ITEM_INT(dev_mode); in _PyPreConfig_AsDict()
449 COPY_ATTR(dev_mode); in _PyPreConfig_GetConfig()
722 if (config->dev_mode && config->allocator == PYMEM_ALLOCATOR_NOT_SET) { in preconfig_init_allocator()
769 assert(config->dev_mode >= 0); in preconfig_read()