[issue8865] select.poll is not thread safe

Antoine Pitrou report at bugs.python.org
Sun Nov 11 23:10:08 CET 2012


Antoine Pitrou added the comment:

> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8865>
_______________________________________


More information about the Python-bugs-list mailing list