[Python-Dev] usefulness of Python version of threading.RLock (original) (raw)
Charles-François Natali neologix at free.fr
Sun Jan 8 12:32:08 CET 2012
- Previous message: [Python-Dev] usefulness of Python version of threading.RLock
- Next message: [Python-Dev] What's required to keep OS/2 support in Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The yes/no answer is "No, we can't drop it".
Thanks, that's a clear answer :-)
I'm not convinced of the benefits of removing the pure Python RLock implementation
Indeed. As noted, this issue with signal handlers is more general, so this wouldn't solve the problem at hand. I just wanted to know whether we could remove this "duplicate" code, but since it might be used by some implementations, it's best to keep it.
- Previous message: [Python-Dev] usefulness of Python version of threading.RLock
- Next message: [Python-Dev] What's required to keep OS/2 support in Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]