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 <rep...@bugs.python.org> <http://bugs.python.org/issue8865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com