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 berker.peksag
Recipients Wen Adam, berker.peksag, neologix, vstinner
Date 2017-01-21.00:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484959497.66.0.110913230944.issue29332@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report! This is a duplicate of issue 27634.

Since we got multiple reports [1][2] about the same problem on selectors34 (backport of selector module) and use of Gevent is very popular, I think we should reconsider the idea of wrapping select.select with staticmethod().

Also, if I remember correctly, this was fixed on Gevent's side before (although I know that you didn't mention Gevent in your report)

Victor and Charles-François, what do you think?

[1] https://github.com/berkerpeksag/selectors34/pull/4
[2] https://github.com/berkerpeksag/selectors34/issues/5
History
Date User Action Args
2017-01-21 00:44:57berker.peksagsetrecipients: + berker.peksag, vstinner, neologix, Wen Adam
2017-01-21 00:44:57berker.peksagsetmessageid: <1484959497.66.0.110913230944.issue29332@psf.upfronthosting.co.za>
2017-01-21 00:44:57berker.peksaglinkissue29332 messages
2017-01-21 00:44:57berker.peksagcreate