Victor Stinner
11a247df88
bpo-32030: Add _PyPathConfig_ComputeArgv0() ( #4845 )
...
Changes:
* Split _PySys_SetArgvWithError() into subfunctions for Py_Main():
* Create the Python list object
* Set sys.argv to the list
* Compute argv0
* Prepend argv0 to sys.path
* Add _PyPathConfig_ComputeArgv0()
* Remove _PySys_SetArgvWithError()
* Py_Main() now splits the code to compute sys.argv/path0 and the
code to update the sys module: add pymain_compute_argv()
subfunction.
2017-12-13 21:05:57 +01:00
..
2017-12-09 10:26:52 -08:00
2017-08-03 09:00:59 +03:00
2016-01-26 00:40:57 +01:00
2017-11-28 17:56:10 +02:00
2016-05-04 22:23:26 +03:00
2017-11-28 17:56:10 +02:00
2017-11-28 17:56:10 +02:00
2017-10-25 23:03:01 -07:00
2017-11-28 17:56:10 +02:00
2017-11-28 17:56:10 +02:00
2016-12-27 14:57:39 +02:00
2017-05-22 21:36:03 -07:00
2014-07-07 18:49:30 -04:00
2016-07-22 18:47:04 -04:00
2017-02-03 07:43:03 +09: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-02-12 19:27:05 +01:00
2017-12-13 12:29:09 +01:00
2017-03-09 17:34:28 +01:00
2016-09-03 17:21:29 +01:00
2017-10-22 23:41:51 +02:00
2017-11-28 17:56:10 +02:00
2017-10-22 23:41:51 +02:00
2017-10-05 23:24:46 -04:00
2017-11-28 17:56:10 +02: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-11-28 17:56:10 +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-28 17:56:10 +02:00
2017-11-20 18:12:22 -08:00
2017-12-06 17:26:10 +01:00
2016-12-27 15:04:59 +02:00
2016-12-13 19:03:51 -05: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
2017-12-05 21:06:12 -05:00
2017-11-28 17:56:10 +02: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
2017-11-28 17:56:10 +02:00
2017-12-09 10:26:52 -08:00
2017-11-09 19:55:34 +03:00
2017-12-13 21:05:57 +01: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
2017-11-23 11:44:38 +01:00
2017-12-13 12:29:09 +01:00
2016-09-11 11:03:14 +03:00
2016-09-09 14:57:09 -07: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-11-28 17:56:10 +02:00
2016-11-22 07:58:08 +02:00
2016-11-22 07:58:08 +02:00
2016-09-08 22:01:51 -07: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
2017-11-13 21:23:48 +02:00
2017-11-23 10:43:14 +01:00