[issue3001] RLock's are SLOW

Antoine Pitrou report at bugs.python.org
Wed Jun 4 23:33:34 CEST 2008


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

You should investigate and try to diagnose where the speed difference
comes from. ISTM the RLock class is implemented in Python while the Lock
class is simply an alias to the builtin native lock type, which could
explain most of the discrepancy.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list