STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> This affects the python implementation of RLock only.

In the issue #13550, it was discussed to remove completly the logging machinery 
from the threading module. If we remove it, we don't need the Python 
implementation of RLock.

We already removed the Python implementation of 
subprocess.Popen._execute_child() in Python 3.3 because of issues with fork, 
signals and threads.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to