Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_capi.py25 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,
Dtest_subprocess.py2100 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/
Dutil.py448 import _posixsubprocess
452 return _posixsubprocess.fork_exec(
/third_party/python/Modules/
DSetup241 #_posixsubprocess -DPy_BUILD_CORE_BUILTIN _posixsubprocess.c # POSIX subprocess module helper
/third_party/python/Lib/
Dsubprocess.py74 import _posixsubprocess
1775 self.pid = _posixsubprocess.fork_exec(
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst17 Fixed a partially broken sanity check in the _posixsubprocess internals
D3.10.0a3.rst1271 Port _posixsubprocess extension module to multiphase initialization
D3.6.0a1.rst557 Fixed a partially broken sanity check in the _posixsubprocess internals
D3.9.0a1.rst471 Make _posixsubprocess PEP-384 compatible
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv617 Modules/_posixsubprocess.c - module_methods -
2188 Modules/_posixsubprocess.c - _posixsubprocessmodule -
/third_party/python/Doc/whatsnew/
D3.9.rst93 :mod:`_hashlib`, :mod:`pwd`, :mod:`_posixsubprocess`, :mod:`random`,
/third_party/python/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