Files
cpython/Include
Victor Stinner f2626ce6d4 bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
* _PyCoreConfig_Read() no longer directly modifies Py_IsolatedFlag
  and Py_NoSiteFlag global configuration flags. The function now
  requires two pointers to integer, so these flags can be set later,
  to avoid side effets in _PyCoreConfig_Read().
* pathconfig_global_init() now leaves Py_IsolatedFlag and
  Py_NoSiteFlag unchanged.
* Fix pathconfig_global_init(): avoid computing the path
  configuration twice, use _PyCoreConfig_SetPathConfig().
2018-07-21 03:54:20 +02:00
..
2018-06-11 15:01:47 +03:00
2016-01-26 00:40:57 +01:00
2018-01-26 08:20:18 -08:00
2018-01-26 08:20:18 -08:00
2014-10-10 11:55:41 +02:00
2018-01-31 17:44:09 -05:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00