Searched refs:_posixsubprocess (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/test/ |
D | test_capi.py | 25 import _posixsubprocess 27 _posixsubprocess = None variable 108 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.') 114 self.assertRaises(TypeError, _posixsubprocess.fork_exec, 122 self.assertRaises(MemoryError, _posixsubprocess.fork_exec, 125 @unittest.skipUnless(_posixsubprocess, '_posixsubprocess required for this test.') 132 self.assertRaises(TypeError, _posixsubprocess.fork_exec,
|
D | test_subprocess.py | 2100 subprocess._posixsubprocess, 2588 self.assertIsNone(subprocess._posixsubprocess) 2592 self.assertIsNotNone(subprocess._posixsubprocess) 3072 import _posixsubprocess 3088 _posixsubprocess.fork_exec( 3111 import _posixsubprocess 3137 _posixsubprocess.fork_exec(
|
/third_party/python/Lib/multiprocessing/ |
D | util.py | 448 import _posixsubprocess 452 return _posixsubprocess.fork_exec(
|
/third_party/python/Modules/ |
D | Setup | 241 #_posixsubprocess -DPy_BUILD_CORE_BUILTIN _posixsubprocess.c # POSIX subprocess module helper
|
/third_party/python/Lib/ |
D | subprocess.py | 74 import _posixsubprocess 1775 self.pid = _posixsubprocess.fork_exec(
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 17 Fixed a partially broken sanity check in the _posixsubprocess internals
|
D | 3.10.0a3.rst | 1271 Port _posixsubprocess extension module to multiphase initialization
|
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
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 617 Modules/_posixsubprocess.c - module_methods - 2188 Modules/_posixsubprocess.c - _posixsubprocessmodule -
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 93 :mod:`_hashlib`, :mod:`pwd`, :mod:`_posixsubprocess`, :mod:`random`,
|
/third_party/python/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
|