Lines Matching refs:dev_mode
138 COPY_ATTR(dev_mode); in precmdline_get_preconfig()
152 COPY_ATTR(dev_mode); in precmdline_set_preconfig()
171 COPY_ATTR(dev_mode); in _PyPreCmdline_SetConfig()
251 if ((cmdline->dev_mode < 0) in _PyPreCmdline_Read()
255 cmdline->dev_mode = 1; in _PyPreCmdline_Read()
257 if (cmdline->dev_mode < 0) { in _PyPreCmdline_Read()
258 cmdline->dev_mode = 0; in _PyPreCmdline_Read()
270 assert(cmdline->dev_mode >= 0); in _PyPreCmdline_Read()
300 config->dev_mode = -1; in _PyPreConfig_InitCompatConfig()
349 config->dev_mode = 0; in PyPreConfig_InitIsolatedConfig()
396 COPY_ATTR(dev_mode); in preconfig_copy()
443 SET_ITEM_INT(dev_mode); in _PyPreConfig_AsDict()
466 COPY_ATTR(dev_mode); in _PyPreConfig_GetConfig()
739 if (config->dev_mode && config->allocator == PYMEM_ALLOCATOR_NOT_SET) { in preconfig_init_allocator()
786 assert(config->dev_mode >= 0); in preconfig_read()