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 vstinner
Recipients docs@python, vstinner
Date 2018-11-19.11:53:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542628388.2.0.788709270274.issue35276@psf.upfronthosting.co.za>
In-reply-to
Content
"Proces-wide" vs "thread-safe" is one thing. Another interesting property is "reentrant", but maybe that's too wide?

Somehow related, iterating on a container and modify it may or may not work depending on the container type and the kind of modifications.

--

> bpo-8865: select.poll is not thread safe

I checked select documentation, it doesn't mention "thread" anywhere :-(

https://docs.python.org/dev/library/select.html#poll-objects
History
Date User Action Args
2018-11-19 11:53:08vstinnersetrecipients: + vstinner, docs@python
2018-11-19 11:53:08vstinnersetmessageid: <1542628388.2.0.788709270274.issue35276@psf.upfronthosting.co.za>
2018-11-19 11:53:08vstinnerlinkissue35276 messages
2018-11-19 11:53:08vstinnercreate