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 serhiy.storchaka
Recipients apexo, asvetlov, exarkun, gregory.p.smith, neologix, pitrou, serhiy.storchaka
Date 2013-01-11.09:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357895956.34.0.470700704684.issue8865@psf.upfronthosting.co.za>
In-reply-to
Content
> Also, is it right to raise an exception in case of concurrent invocation?

It is right for poll() because it was not concurrently usable in previous versions in any case. For epoll() it is an another issue.
History
Date User Action Args
2013-01-11 09:19:16serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, exarkun, pitrou, asvetlov, neologix, apexo
2013-01-11 09:19:16serhiy.storchakasetmessageid: <1357895956.34.0.470700704684.issue8865@psf.upfronthosting.co.za>
2013-01-11 09:19:16serhiy.storchakalinkissue8865 messages
2013-01-11 09:19:16serhiy.storchakacreate