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 rosslagerwall
Recipients neologix, pitrou, rosslagerwall, vstinner
Date 2011-05-28.08:15:27
SpamBayes Score 1.8549832e-09
Marked as misclassified No
Message-id <1306570527.9.0.195949367555.issue12196@psf.upfronthosting.co.za>
In-reply-to
Content
Out of interest, is there any reason that the configure check for pipe2 is a special case near the bottom of configure.in instead of with all the other function checks in the AC_CHECK_FUNCS[] section in the middle?
I know this patch didn't write the configure check but maybe it could be changed.

Also, the pure python implementation of subprocess for posix can now be updated to use pipe2 if it exists (previously on _posixsubprocess.c used it).
History
Date User Action Args
2011-05-28 08:15:28rosslagerwallsetrecipients: + rosslagerwall, pitrou, vstinner, neologix
2011-05-28 08:15:27rosslagerwallsetmessageid: <1306570527.9.0.195949367555.issue12196@psf.upfronthosting.co.za>
2011-05-28 08:15:27rosslagerwalllinkissue12196 messages
2011-05-28 08:15:27rosslagerwallcreate