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 gregory.p.smith, larry, sstewartgallus
Date 2014-05-31.16:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401554678.53.0.461309269948.issue21618@psf.upfronthosting.co.za>
In-reply-to
Content
regardless, the current C code for this does limit itself to the sysconf(_SC_OPEN_MAX) max_fd from module import time when closing fds found in /proc/self/fd so this code does still have a bug in that fds higher than that will remain unclosed (at which point your valgrind issue would come into play unless we can detect we are running under valgrind and alter our behavior to obey the max in that case).
History
Date User Action Args
2014-05-31 16:44:38gregory.p.smithsetrecipients: + gregory.p.smith, larry, sstewartgallus
2014-05-31 16:44:38gregory.p.smithsetmessageid: <1401554678.53.0.461309269948.issue21618@psf.upfronthosting.co.za>
2014-05-31 16:44:38gregory.p.smithlinkissue21618 messages
2014-05-31 16:44:37gregory.p.smithcreate