This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jcea, meador.inge, neologix, pitrou, rbcollins, vstinner
Date 2012-01-04.03:15:52
SpamBayes Score 2.1807328e-07
Marked as misclassified No
Message-id <1325646953.48.0.683443362251.issue13697@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-01-04 03:15:53vstinnersetrecipients: + vstinner, jcea, pitrou, rbcollins, meador.inge, neologix
2012-01-04 03:15:53vstinnersetmessageid: <1325646953.48.0.683443362251.issue13697@psf.upfronthosting.co.za>
2012-01-04 03:15:52vstinnerlinkissue13697 messages
2012-01-04 03:15:52vstinnercreate