Victor Stinner
9316ee4da2
bpo-32030: Add _PyPathConfig_Init() (#4551)
* Add _PyPathConfig_Init() and _PyPathConfig_Fini()
* Remove _Py_GetPathWithConfig()
* _PyPathConfig_Init() returns _PyInitError to allow to handle errors
properly
* Add pathconfig_clear()
* Windows calculate_path_impl(): replace Py_FatalError() with
_PyInitError
* Py_FinalizeEx() now calls _PyPathConfig_Fini() to release memory
* Fix _Py_InitializeMainInterpreter() regression: don't initialize
path config if _disable_importlib is false
* PyPathConfig now uses dynamically allocated memory
2017-11-25 03:17:57 +01:00
..
2017-11-24 12:09:24 +01:00
2017-08-03 09:00:59 +03:00
2016-12-27 14:57:39 +02:00
2017-10-25 23:03:01 -07:00
2016-12-16 19:19:02 +02:00
2016-12-27 14:57:39 +02:00
2017-05-22 21:36:03 -07:00
2017-02-03 07:43:03 +09:00
2017-03-12 14:15:54 +02:00
2017-02-12 19:27:05 +01:00
2017-07-18 17:05:03 +02:00
2017-03-09 17:34:28 +01:00
2017-10-22 23:41:51 +02:00
2017-10-22 23:41:51 +02:00
2017-10-05 23:24:46 -04:00
2016-09-18 18:00:25 -07:00
2017-11-15 15:48:08 -08:00
2017-05-27 17:50:54 +02:00
2017-04-22 01:48:11 +02:00
2017-03-30 09:09:41 +03:00
2016-12-27 14:57:39 +02:00
2017-11-02 15:54:57 -07:00
2017-09-14 12:18:12 -06:00
2016-12-27 15:04:59 +02:00
2016-09-11 11:03:14 +03:00
2017-11-20 18:12:22 -08:00
2016-12-27 14:57:39 +02:00
2016-12-27 15:04:59 +02:00
2016-12-13 19:03:51 -05:00
2016-12-27 14:57:39 +02:00
2017-10-17 02:10:44 -04:00
2016-10-10 23:21:02 -07:00
2017-11-01 14:05:26 +02:00
2017-09-14 09:38:36 +03:00
2017-11-24 22:06:38 +01:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2017-10-26 15:09:06 +02:00
2016-09-19 22:16:36 -07:00
2016-09-11 11:03:14 +03:00
2017-11-09 19:55:34 +03:00
2017-11-25 03:17:57 +01:00
2017-09-14 18:13:16 -07:00
2017-09-07 11:13:59 -07:00
2017-11-24 22:55:40 +01:00
2017-11-23 11:44:38 +01:00
2017-11-25 00:01:23 +01:00
2016-09-11 11:03:14 +03:00
2017-09-14 20:28:22 -07:00
2017-09-07 18:56:24 +02:00
2017-05-22 21:36:03 -07:00
2017-10-24 16:53:32 -07:00
2017-11-02 07:28:27 -07:00
2017-04-22 01:48:11 +02:00
2017-02-04 11:08:04 +02:00
2016-11-22 07:58:08 +02:00
2016-11-22 07:58:08 +02:00
2017-11-15 15:48:08 -08:00
2017-10-05 23:24:46 -04:00
2016-09-11 11:03:14 +03:00
2017-04-22 01:48:11 +02:00
2017-11-13 21:23:48 +02:00
2017-11-23 10:43:14 +01:00