STINNER Victor <vstin...@redhat.com> added the comment:
"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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35276> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com