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 pitrou
Recipients apexo, exarkun, gregory.p.smith, pitrou, serhiy.storchaka
Date 2012-11-11.22:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352671808.41.0.725942811757.issue8865@psf.upfronthosting.co.za>
In-reply-to
Content
> it strikes me that this should not be a very common problem.  how many 
> applications are going to share the same poll object _across_ multiple 
> threads?

Indeed that doesn't sound very likely. How about raising an error on concurrent modification, instead of trying to make it thread-safe?
History
Date User Action Args
2012-11-11 22:10:08pitrousetrecipients: + pitrou, gregory.p.smith, exarkun, apexo, serhiy.storchaka
2012-11-11 22:10:08pitrousetmessageid: <1352671808.41.0.725942811757.issue8865@psf.upfronthosting.co.za>
2012-11-11 22:10:08pitroulinkissue8865 messages
2012-11-11 22:10:08pitroucreate