Home
last modified time | relevance | path

Searched refs:start_new_session (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/
Dwebbrowser.py199 start_new_session=True)
239 stderr=inout, start_new_session=True)
384 start_new_session=True)
397 start_new_session=True)
Dsubprocess.py758 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/
Dtest_subprocess.py165 start_new_session=True,
Dtest_events.py1992 start_new_session=True)
/third_party/python/Doc/library/
Dsubprocess.rst342 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/
Dtest_subprocess.py1863 start_new_session=True)
/third_party/python/Doc/whatsnew/
D3.8.rst1460 * *preexec_fn*, *pass_fds*, *cwd* and *start_new_session* parameters
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2518 The webbrowser module now uses subprocess's start_new_session=True rather
/third_party/python/Misc/
DHISTORY1484 - 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