Searched refs:start_new_session (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/ |
D | webbrowser.py | 199 start_new_session=True) 239 stderr=inout, start_new_session=True) 384 start_new_session=True) 397 start_new_session=True)
|
D | subprocess.py | 758 restore_signals=True, start_new_session=False, argument 974 start_new_session) 1690 start_new_session): argument 1725 and not start_new_session 1782 restore_signals, start_new_session,
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 165 start_new_session=True,
|
D | test_events.py | 1992 start_new_session=True)
|
/third_party/python/Doc/library/ |
D | subprocess.rst | 342 start_new_session=False, pass_fds=(), *, group=None, \ 509 The *start_new_session* parameter can take the place of a previously 567 If *start_new_session* is true the setsid() system call will be made in the 571 *start_new_session* was added.
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 1863 start_new_session=True)
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1460 * *preexec_fn*, *pass_fds*, *cwd* and *start_new_session* parameters
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 2518 The webbrowser module now uses subprocess's start_new_session=True rather
|
/third_party/python/Misc/ |
D | HISTORY | 1484 - The webbrowser module now uses subprocess's start_new_session=True rather 13681 - subprocess.Popen now has restore_signals and start_new_session features. The
|