Victor Stinner
0c90d6f759
[3.7] bpo-34247: Fix Python 3.7 initialization ( #8659 )
...
* -X dev: it is now possible to override the memory allocator using
PYTHONMALLOC even if the developer mode is enabled.
* Add _Py_InitializeFromConfig()
* Add _Py_Initialize_ReadEnvVars() to set global configuration
variables from environment variables
* Fix the code to initialize Python: Py_Initialize() now also reads
environment variables
* _Py_InitializeCore() can now be called twice: the second call
only replaces the configuration.
* Write unit tests on Py_Initialize() and the different ways to
configure Python
* The isolated mode now always sets Py_IgnoreEnvironmentFlag and
Py_NoUserSiteDirectory to 1.
* pymain_read_conf() now saves/restores the configuration
if the encoding changed
2018-08-05 12:31:59 +02:00
..
2018-05-15 09:56:18 -04:00
2018-05-22 01:23:20 -07:00
2016-01-26 00:40:57 +01:00
2018-05-20 18:06:08 +03:00
2017-11-28 17:56:10 +02:00
2013-10-05 16:28:04 -04:00
2018-01-27 14:06:21 +09:00
2017-11-28 17:56:10 +02:00
2017-11-28 17:56:10 +02:00
2018-01-21 09:44:07 -05:00
2017-11-28 17:56:10 +02:00
2018-01-26 08:20:18 -08:00
2016-12-27 14:57:39 +02:00
2018-01-26 08:20:18 -08:00
2014-07-07 18:49:30 -04:00
2018-04-20 14:00:41 -07:00
2018-01-24 17:29:30 -05:00
2017-12-15 13:11:11 +02:00
2017-03-12 14:15:54 +02:00
2015-01-13 09:17:24 -05:00
2017-11-28 17:56:10 +02:00
2017-12-15 13:11:11 +02:00
2017-12-13 12:29:09 +01:00
2018-02-05 22:31:22 -08:00
2016-09-03 17:21:29 +01:00
2017-10-22 23:41:51 +02:00
2017-12-15 13:11:11 +02:00
2018-01-21 09:44:07 -05:00
2017-10-05 23:24:46 -04:00
2017-11-28 17:56:10 +02:00
2018-06-29 16:03:07 -07:00
2018-05-22 22:26:42 +03:00
2017-04-22 01:48:11 +02:00
2017-11-28 17:56:10 +02:00
2017-03-30 09:09:41 +03:00
2013-10-19 21:03:34 +03:00
2016-12-27 14:57:39 +02:00
2017-12-15 13:11:11 +02:00
2017-12-15 13:11:11 +02:00
2016-12-27 15:04:59 +02:00
2016-09-11 11:03:14 +03:00
2017-11-28 17:56:10 +02:00
2018-01-25 17:49:40 +09:00
2018-02-11 23:33:11 -08:00
2017-12-25 02:08:42 +02:00
2018-01-29 16:41:04 -08:00
2014-10-10 11:55:41 +02:00
2016-12-27 14:57:39 +02:00
2017-11-28 17:56:10 +02:00
2018-06-27 18:29:26 -04:00
2017-11-28 17:56:10 +02:00
2018-01-22 18:32:50 +01: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
2013-05-25 05:25:48 -07:00
2018-01-05 23:15:34 -08:00
2017-11-09 19:55:34 +03:00
2018-08-05 12:31:59 +02:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00
2017-09-07 11:13:59 -07:00
2017-12-06 17:26:10 +01:00
2018-01-22 18:32:50 +01:00
2018-08-05 12:31:59 +02:00
2016-09-11 11:03:14 +03:00
2016-09-09 14:57:09 -07:00
2018-05-29 10:49:10 +03:00
2018-01-23 16:11:24 +01: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-11-28 17:56:10 +02:00
2016-11-22 07:58:08 +02:00
2016-11-22 07:58:08 +02:00
2018-03-10 15:11:47 -08:00
2017-12-13 21:05:57 +01:00
2017-10-05 23:24:46 -04:00
2016-09-11 11:03:14 +03:00
2017-12-12 09:59:30 +02:00
2015-06-02 19:06:47 -04:00
2015-03-18 21:53:15 +02:00
2018-01-15 10:45:49 +01:00
2018-01-21 09:44:07 -05:00
2013-10-08 19:50:26 +02:00