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 Chase Sterling
Recipients Chase Sterling, Steven Adams, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-04-19.22:57:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461106678.29.0.54767561872.issue26793@psf.upfronthosting.co.za>
In-reply-to
Content
@STINNER Victor Your example is starting a thread before calling fork, the other examples just init a threading.Thread class before the fork (I imagine the OS thread is not created at that point.) Are you saying that just instantiating a threading.Thread class before forking (without actually starting the thread) is bad?
History
Date User Action Args
2016-04-19 22:57:58Chase Sterlingsetrecipients: + Chase Sterling, amaury.forgeotdarc, belopolsky, vstinner, meador.inge, serhiy.storchaka, xiang.zhang, Steven Adams
2016-04-19 22:57:58Chase Sterlingsetmessageid: <1461106678.29.0.54767561872.issue26793@psf.upfronthosting.co.za>
2016-04-19 22:57:58Chase Sterlinglinkissue26793 messages
2016-04-19 22:57:58Chase Sterlingcreate