Message302589
One place where this came up recently is in working out precisely how a Python-level subinterpreter API will interact with the threading API: https://mail.python.org/pipermail/python-dev/2017-September/149566.html
That said, I do agree with Tim that the status quo isn't broken per se: we renamed `thread` to `_thread` in Python 3 for a reason, and that reason is that you really need to know how Python's threading internals work to do it safely.
However, I do think we can treat this as a documentation enhancement request, where the `_thread` module docs could point out some of the requirements to ensure that low-level thread manipulation plays nice with the threading module. |
|
Date |
User |
Action |
Args |
2017-09-20 04:24:36 | ncoghlan | set | recipients:
+ ncoghlan, tim.peters, pitrou, asvetlov, docs@python, eric.snow |
2017-09-20 04:24:35 | ncoghlan | set | messageid: <1505881475.98.0.0589429363749.issue31517@psf.upfronthosting.co.za> |
2017-09-20 04:24:35 | ncoghlan | link | issue31517 messages |
2017-09-20 04:24:35 | ncoghlan | create | |
|