Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dwebbrowser.py181 start_new_session=True)
221 stderr=inout, start_new_session=True)
364 start_new_session=True)
377 start_new_session=True)
Dsubprocess.py661 restore_signals=True, start_new_session=False, argument
775 restore_signals, start_new_session)
1389 restore_signals, start_new_session): argument
1453 restore_signals, start_new_session, preexec_fn)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py157 start_new_session=True,
Dtest_events.py2079 start_new_session=True)
/external/python/cpython3/Doc/library/
Dsubprocess.rst340 start_new_session=False, pass_fds=(), *, \
464 The *start_new_session* parameter can take the place of a previously
509 If *start_new_session* is true the setsid() system call will be made in the
513 *start_new_session* was added.
/external/python/cpython3/Lib/test/
Dtest_subprocess.py1652 start_new_session=True)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst2518 The webbrowser module now uses subprocess's start_new_session=True rather
/external/python/cpython3/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