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 Wen Adam
Recipients Wen Adam, berker.peksag, neologix, vstinner
Date 2017-01-21.03:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484970359.18.0.907961122868.issue29332@psf.upfronthosting.co.za>
In-reply-to
Content
Thx for your replying, Peksag.

I encountered this problem is really because of Gevent and Selector34. Gevent fixed this issue but only works for python3.4+(https://github.com/gevent/gevent/blob/master/src/gevent/monkey.py#L497) by a tricking way. python 2.x still has this problem
History
Date User Action Args
2017-01-21 03:45:59Wen Adamsetrecipients: + Wen Adam, vstinner, neologix, berker.peksag
2017-01-21 03:45:59Wen Adamsetmessageid: <1484970359.18.0.907961122868.issue29332@psf.upfronthosting.co.za>
2017-01-21 03:45:59Wen Adamlinkissue29332 messages
2017-01-21 03:45:58Wen Adamcreate