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 Volodymyr.Kostyrko
Recipients Volodymyr.Kostyrko
Date 2010-08-13.18:47:22
SpamBayes Score 0.0003600632
Marked as misclassified No
Message-id <1281725245.42.0.301580096416.issue9591@psf.upfronthosting.co.za>
In-reply-to
Content
This one is BSD related. FreeBSD 8.1.

This works:
# cat test.py | ./test.py
-1 684 32768 0 0
#

This hangs:
# ./test.py < file
-1 684 0 0 0

The difference is that in second case popped kevent lacks any data on EOF.
History
Date User Action Args
2010-08-13 18:47:25Volodymyr.Kostyrkosetrecipients: + Volodymyr.Kostyrko
2010-08-13 18:47:25Volodymyr.Kostyrkosetmessageid: <1281725245.42.0.301580096416.issue9591@psf.upfronthosting.co.za>
2010-08-13 18:47:22Volodymyr.Kostyrkolinkissue9591 messages
2010-08-13 18:47:22Volodymyr.Kostyrkocreate