Searched refs:_posixsubprocess (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/android/ |
D | Setup.local | 32 _posixsubprocess _posixsubprocess.c
|
/external/python/cpython3/Lib/test/ |
D | test_capi.py | 22 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,
|
D | test_subprocess.py | 2013 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/ |
D | util.py | 448 import _posixsubprocess 452 return _posixsubprocess.fork_exec(
|
/external/python/cpython3/ |
D | Android-bionic.bp | 61 "Modules/_posixsubprocess.c",
|
D | Android-linux_x86_64.bp | 63 "Modules/_posixsubprocess.c",
|
D | Android-darwin_x86_64.bp | 42 "Modules/_posixsubprocess.c",
|
/external/python/cpython3/Modules/ |
D | Setup | 232 #_posixsubprocess _posixsubprocess.c # POSIX subprocess module helper
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 78 import _posixsubprocess 1752 self.pid = _posixsubprocess.fork_exec(
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 17 Fixed a partially broken sanity check in the _posixsubprocess internals
|
D | 3.6.0a1.rst | 557 Fixed a partially broken sanity check in the _posixsubprocess internals
|
D | 3.9.0a1.rst | 471 Make _posixsubprocess PEP-384 compatible
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 93 :mod:`_hashlib`, :mod:`pwd`, :mod:`_posixsubprocess`, :mod:`random`,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6655 - 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
|