summaryrefslogtreecommitdiffstats
path: root/Modules/_posixsubprocess.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-191-3/+11
* * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.Gregory P. Smith2010-03-151-7/+9
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+385