Home
last modified time | relevance | path

Searched defs:_fork_exec (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dsubprocess.py104 from _posixsubprocess import fork_exec as _fork_exec unknown
112 _fork_exec = None variable