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 vstinner
Recipients Arfrever, vstinner
Date 2013-01-29.13:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY6TvR7q3O_Xvrstm1X6sBQE6TMTj6Ukd9_eHRzKD4xEg@mail.gmail.com>
In-reply-to <1359465026.49.0.694725713173.issue17036@psf.upfronthosting.co.za>
Content
> My TODO list is almost empty

Oh, I forgot one point: I stil don't know if the close-on-exec flag of
file descriptors of pass_fds argument of subprocess.Popen should be
set. If close-on-exec flag is set globally, it's not convinient to
have to clear the flag manually on each file descriptor.
History
Date User Action Args
2013-01-29 13:16:17vstinnersetrecipients: + vstinner, Arfrever
2013-01-29 13:16:17vstinnerlinkissue17036 messages
2013-01-29 13:16:17vstinnercreate