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 gregory.p.smith
Recipients ferringb, gregory.p.smith, jyasskin, loewis, nadeem.vawda, neologix, pitrou, python-dev, rosslagerwall, s7v7nislands, vstinner
Date 2012-01-22.06:27:53
SpamBayes Score 9.693336e-05
Marked as misclassified No
Message-id <1327213674.35.0.972805853091.issue8052@psf.upfronthosting.co.za>
In-reply-to
Content
For FreeBSD, Python 3.2 and 3.3 now check to see if /dev/fd is valid.  Be sure and "mount -t fdescfs none /dev/fd" on FreeBSD if you want faster subprocess launching.  Run a FreeBSD buildbot?  Please do it!

For Python 3.1 the fix for #13788 would fix this, but I believe 3.1 is in security fix only mode at this point so we're not going to backport that os.closerange change that far.
History
Date User Action Args
2012-01-22 06:27:54gregory.p.smithsetrecipients: + gregory.p.smith, loewis, pitrou, vstinner, ferringb, jyasskin, nadeem.vawda, s7v7nislands, neologix, rosslagerwall, python-dev
2012-01-22 06:27:54gregory.p.smithsetmessageid: <1327213674.35.0.972805853091.issue8052@psf.upfronthosting.co.za>
2012-01-22 06:27:53gregory.p.smithlinkissue8052 messages
2012-01-22 06:27:53gregory.p.smithcreate