This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients gregory.p.smith, neologix, pitrou, rosslagerwall, vstinner
Date 2011-05-28.17:45:41
SpamBayes Score 1.1403278e-06
Marked as misclassified No
Message-id <BANLkTimbuuOOuAvzjLZ5=r47uJmJSQGOCQ@mail.gmail.com>
In-reply-to <1306600617.41.0.0485498075.issue12196@psf.upfronthosting.co.za>
Content
> I just nuked the pure Python POSIX subprocess implementation

Nice.

I've updated both patches to address Victor's comments on test_io and
test_subprocess usage of PIPE_MAX_SIZE, and Ross' comment on pipe2's
configure tests.
I left subprocess use _posixsubprocess.cloexec_pipe, since it leads to
simpler code, especially now that the Python version has been removed.
Files
File name Uploaded
posix_pipe2.diff neologix, 2011-05-28.17:45:41
support_pipe_max.diff neologix, 2011-05-28.17:45:41
History
Date User Action Args
2011-05-28 17:45:42neologixsetrecipients: + neologix, gregory.p.smith, pitrou, vstinner, rosslagerwall
2011-05-28 17:45:42neologixlinkissue12196 messages
2011-05-28 17:45:42neologixcreate