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 gregory.p.smith
Recipients apexo, exarkun, gregory.p.smith, pitrou, serhiy.storchaka
Date 2012-11-11.21:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352670665.27.0.59190503073.issue8865@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-11 21:51:05gregory.p.smithsetrecipients: + gregory.p.smith, exarkun, pitrou, apexo, serhiy.storchaka
2012-11-11 21:51:05gregory.p.smithsetmessageid: <1352670665.27.0.59190503073.issue8865@psf.upfronthosting.co.za>
2012-11-11 21:51:05gregory.p.smithlinkissue8865 messages
2012-11-11 21:51:05gregory.p.smithcreate