Gregory P. Smith added the comment:

here's an updated patch.

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?

if they do and the file descriptor they'll be spending a lot of time mallocing 
and freeing new pollfd ufds arrays in each thread as a result as they all fight 
for ownership of the pollObject's ufds.

----------
Added file: 
http://bugs.python.org/file27964/issue8865-poll-multithread-gps01.diff

_______________________________________
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

Reply via email to