Staging
v0.5.1
https://github.com/python/cpython
Revision c4bca951065f4b2b6833f6ce7a0721e863e2343e authored by Victor Stinner on 19 December 2017, 22:48:17 UTC, committed by GitHub on 19 December 2017, 22:48:17 UTC
* Add argc and argv to _PyCoreConfig
* _PyMainInterpreterConfig_Read() now builds its argv from
  _PyCoreConfig.arg
* Move _PyMain.env_warning_options into _Py_CommandLineDetails
* Reorder pymain_free()
1 parent f4e21a2
History
Tip revision: c4bca951065f4b2b6833f6ce7a0721e863e2343e authored by Victor Stinner on 19 December 2017, 22:48:17 UTC
bpo-32030: Add _PyCoreConfig.argv (#4934)
Tip revision: c4bca95
File Mode Size
__init__.py -rw-r--r-- 998 bytes
base_events.py -rw-r--r-- 54.8 KB
base_futures.py -rw-r--r-- 2.0 KB
base_subprocess.py -rw-r--r-- 8.6 KB
base_tasks.py -rw-r--r-- 2.1 KB
constants.py -rw-r--r-- 451 bytes
coroutines.py -rw-r--r-- 8.8 KB
events.py -rw-r--r-- 23.0 KB
format_helpers.py -rw-r--r-- 2.3 KB
futures.py -rw-r--r-- 11.4 KB
locks.py -rw-r--r-- 15.0 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 19.5 KB
protocols.py -rw-r--r-- 4.4 KB
queues.py -rw-r--r-- 7.3 KB
runners.py -rw-r--r-- 1.3 KB
selector_events.py -rw-r--r-- 33.2 KB
sslproto.py -rw-r--r-- 25.4 KB
streams.py -rw-r--r-- 23.5 KB
subprocess.py -rw-r--r-- 7.1 KB
tasks.py -rw-r--r-- 26.5 KB
transports.py -rw-r--r-- 9.9 KB
unix_events.py -rw-r--r-- 34.1 KB
windows_events.py -rw-r--r-- 27.4 KB
windows_utils.py -rw-r--r-- 5.0 KB

back to top