Home
last modified time | relevance | path

Searched refs:_posixsubprocess (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/android/
DSetup.local32 _posixsubprocess _posixsubprocess.c
/external/python/cpython3/Lib/test/
Dtest_capi.py22 import _posixsubprocess
24 _posixsubprocess = None variable
101 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.')
107 self.assertRaises(TypeError, _posixsubprocess.fork_exec,
115 self.assertRaises(MemoryError, _posixsubprocess.fork_exec,
118 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.')
125 self.assertRaises(TypeError, _posixsubprocess.fork_exec,
Dtest_subprocess.py2013 subprocess._posixsubprocess,
2517 self.assertIsNone(subprocess._posixsubprocess)
2521 self.assertIsNotNone(subprocess._posixsubprocess)
3000 import _posixsubprocess
3016 _posixsubprocess.fork_exec(
3039 import _posixsubprocess
3065 _posixsubprocess.fork_exec(
/external/python/cpython3/Lib/multiprocessing/
Dutil.py448 import _posixsubprocess
452 return _posixsubprocess.fork_exec(
/external/python/cpython3/
DAndroid-bionic.bp61 "Modules/_posixsubprocess.c",
DAndroid-linux_x86_64.bp63 "Modules/_posixsubprocess.c",
DAndroid-darwin_x86_64.bp42 "Modules/_posixsubprocess.c",
/external/python/cpython3/Modules/
DSetup232 #_posixsubprocess _posixsubprocess.c # POSIX subprocess module helper
/external/python/cpython3/Lib/
Dsubprocess.py78 import _posixsubprocess
1752 self.pid = _posixsubprocess.fork_exec(
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst17 Fixed a partially broken sanity check in the _posixsubprocess internals
D3.6.0a1.rst557 Fixed a partially broken sanity check in the _posixsubprocess internals
D3.9.0a1.rst471 Make _posixsubprocess PEP-384 compatible
/external/python/cpython3/Doc/whatsnew/
D3.9.rst93 :mod:`_hashlib`, :mod:`pwd`, :mod:`_posixsubprocess`, :mod:`random`,
/external/python/cpython3/Misc/
DHISTORY6655 - Issue #15777: Fix a refleak in _posixsubprocess.
7382 - Issue #15000: Support the "unique" x32 architecture in _posixsubprocess.c.
13678 an extension module (_posixsubprocess) so that the fork()+exec() can be done