[issue9591] kqueue not reporting EOF under certain circumstances

Volodymyr Kostyrko report at bugs.python.org
Tue Jul 17 12:24:08 CEST 2012


Volodymyr Kostyrko <c.kworr at gmail.com> added the comment:

I was wrong. The current behavior is correct. The difference between execution is a difference between pipe file object and vnode file object. vnode backed file objects doesn't send any signals and care should be taken to detect file position.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list