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-11-03 20:02:41 +01:00
2017-11-11 13:06:26 +02:00
2017-09-10 18:08:04 +02:00
2017-12-13 01:39:26 +01:00
2017-10-23 13:57:51 -07:00
2017-09-07 18:56:24 +02:00
2017-11-11 13:06:26 +02:00
2017-09-06 18:00:47 -07:00
2017-08-25 18:31:22 +02:00
2017-12-13 14:49:42 -05:00
2017-11-05 15:37:50 +02:00
2017-12-13 14:49:42 -05:00
2016-11-24 23:31:59 +01:00
2017-09-07 18:56:24 +02:00
2017-03-12 10:10:47 +02:00
2017-09-26 20:18:21 -07:00
2017-10-25 23:55:14 -07:00
2017-12-12 11:57:06 +02:00
2017-01-23 09:47:21 +02:00
2017-11-11 13:06:26 +02:00
2017-11-02 20:32:54 +10:00
2017-04-16 10:46:38 +03:00
2017-10-10 23:26:24 +03:00
2017-09-17 21:11:04 +03:00
2017-04-16 10:46:38 +03:00
2017-11-08 14:44:44 -08:00
2016-04-15 02:27:11 +00:00
2017-11-25 17:38:20 +02:00
2017-06-28 08:30:06 +03:00
2017-01-23 09:47:21 +02:00
2017-09-07 18:56:24 +02:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2016-07-07 17:35:15 +03:00
2017-06-08 14:41:19 +03:00
2017-11-30 22:48:31 +02:00
2017-11-05 15:37:50 +02:00
2017-09-28 10:50:01 +03:00
2017-01-23 09:47:21 +02:00
2017-12-04 14:29:05 +02:00
2015-01-18 17:39:32 +01:00
2017-10-15 12:28:31 -07:00
2017-09-14 10:33:26 +08:00
2017-04-08 09:53:51 +03:00
2017-11-29 17:20:38 +01:00
2017-01-23 09:47:21 +02:00
2017-11-30 23:03:47 +01:00
2017-11-05 15:37:50 +02:00
2017-11-15 18:11:45 -08:00
2017-11-08 23:09:16 +03:00
2017-11-28 17:56:10 +02:00
2017-12-13 12:29:09 +01:00
2016-09-06 10:46:49 -07:00
2017-11-14 08:00:54 +02:00
2017-06-12 08:25:04 +03:00
2017-08-20 18:35:36 +03:00
2017-07-26 15:17:57 -07:00
2016-08-29 13:56:58 +01:00
2015-05-23 22:24:10 +10:00
2017-12-11 13:57:12 +01:00
2017-04-16 10:46:38 +03:00
2017-11-11 13:06:26 +02:00
2017-01-23 09:47:21 +02:00
2017-11-11 13:06:26 +02:00
2017-12-12 13:55:04 +02:00
2017-03-04 00:19:55 -05:00
2017-12-12 13:55:04 +02:00
2017-06-28 08:30:06 +03:00
2017-09-07 18:56:24 +02:00
2017-11-08 14:44:44 -08:00
2016-09-13 20:22:02 +02:00
2017-11-11 15:51:42 +02:00
2016-11-20 07:56:37 +00:00
2017-12-13 21:05:57 +01:00
2017-05-27 18:25:03 +02:00
2017-09-14 18:13:16 -07:00
2017-01-23 09:47:21 +02:00
2017-11-11 13:06:26 +02:00
2017-06-28 08:30:06 +03:00
2017-11-11 13:06:26 +02:00
2017-10-26 16:59:40 +03:00
2017-11-02 20:32:54 +10:00
2017-10-27 05:27:06 -07:00
2017-06-28 08:30:06 +03:00
2017-09-15 16:35:20 -06:00
2017-11-30 17:21:07 +01:00
2017-03-12 13:08:30 +02:00
2017-11-28 17:56:10 +02:00
2017-11-02 20:32:54 +10:00
2017-09-07 18:56:24 +02:00
2017-01-23 09:47:21 +02:00
2017-01-23 09:47:21 +02:00
2017-02-04 11:53:22 +02:00
2017-11-03 19:58:46 +01:00
2017-11-09 18:00:38 +02:00
2017-11-09 18:00:38 +02:00
2017-06-28 08:30:06 +03:00
2017-10-24 23:31:42 +03:00
2017-12-04 14:29:05 +02:00
2017-12-04 14:29:05 +02:00
2017-02-04 12:13:20 +02:00
2017-01-23 09:47:21 +02:00
2017-01-23 09:47:21 +02:00
2017-11-15 22:52:21 +01:00
2015-04-22 10:59:32 +03:00
2017-06-22 22:31:08 -07:00
2017-11-05 15:37:50 +02:00
2017-06-22 22:31:08 -07:00
2016-08-04 02:38:59 +00:00
2017-01-31 23:31:10 -08:00
2017-09-22 17:44:58 +02:00
2015-05-23 22:24:10 +10:00
2017-12-09 10:26:52 -08:00
2017-11-03 11:09:00 +02:00