Gregory P. Smith added the comment:

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).

----------
assignee:  -> gregory.p.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21618>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to