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 gvanrossum
Recipients David.Edelsohn, gvanrossum
Date 2013-10-19.05:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382159548.28.0.105576389024.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
Assuming it is, it is hanging in the poll() syscall, here:
http://hg.python.org/cpython/file/f3a2dab1623b/Lib/selectors.py#265

Could you see if it works better with select()? Comment out lines 402, 403 in that file.
History
Date User Action Args
2013-10-19 05:12:28gvanrossumsetrecipients: + gvanrossum, David.Edelsohn
2013-10-19 05:12:28gvanrossumsetmessageid: <1382159548.28.0.105576389024.issue19293@psf.upfronthosting.co.za>
2013-10-19 05:12:28gvanrossumlinkissue19293 messages
2013-10-19 05:12:28gvanrossumcreate