[issue6647] warnings.catch_warnings is not thread-safe

Antoine Pitrou report at bugs.python.org
Wed Aug 5 14:50:47 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Any function whose purpose is to mutate global (non thread-local) state
is inherently "thread-unsafe". The only reasonable possibility is to
document it as such.

----------
assignee:  -> georg.brandl
components: +Documentation
nosy: +georg.brandl, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6647>
_______________________________________


More information about the Python-bugs-list mailing list