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 sarum9in
Recipients cvrebert, ezio.melotti, gregory.p.smith, pitrou, rosslagerwall, sarum9in
Date 2012-08-29.17:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346262498.53.0.389468198935.issue15798@psf.upfronthosting.co.za>
In-reply-to
Content
It may be implemented simplier.
fcntl(fd, F_DUPFD_CLOEXEC, min_fd_number) will allocate new fd at least min_fd_number. So, it is not necessary to do a lot of dup() calls.
History
Date User Action Args
2012-08-29 17:48:18sarum9insetrecipients: + sarum9in, gregory.p.smith, pitrou, ezio.melotti, cvrebert, rosslagerwall
2012-08-29 17:48:18sarum9insetmessageid: <1346262498.53.0.389468198935.issue15798@psf.upfronthosting.co.za>
2012-08-29 17:48:17sarum9inlinkissue15798 messages
2012-08-29 17:48:17sarum9increate