source: python/trunk/Modules/posixmodule.c@ 1254

Last change on this file since 1254 was 1254, checked in by dmik, 8 years ago

python: Use spawn instead of fork in subprocess.

This significantly improves performance when running many external programs.
See #275 for more details.

Note that this commit also makes os.pipe use pipe() instead of socketpair() and
this in turn fixes #267. Note that socketpair() is still available via socket.socketpair()
in Python.

  • Property svn:eol-style set to native
File size: 262.9 KB

HTML preview not available, since the file size exceeds 256.0 KB.Try downloading the file instead.

Note: See TracBrowser for help on using the repository browser.