[issue3618] possible deadlock in IO library (Lib/io.py)

Antoine Pitrou report at bugs.python.org
Sat Feb 28 19:12:50 CET 2009


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

I don't know. The RLock is a lot slower than the normal non-recursive
variation, on the other hand I'm not sure we care about performance of
the Python version that much. Opinions welcome.

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


More information about the Python-bugs-list mailing list