[issue3321] _multiprocessing.Connection() doesn't check handle

STINNER Victor report at bugs.python.org
Mon Jan 19 16:22:24 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@jnoller: Hey, you removed my patch! My patch used fstat() in 
Connection constructor, whereas your just check file descriptor bounds 
in the poll() method. And what is the "save" new argument? Is it 
related to this issue?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3321>
_______________________________________


More information about the Python-bugs-list mailing list