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 eryksun
Recipients eryksun, jnoller, mallyvai, pakal, tim.peters
Date 2017-04-02.02:29:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491100185.85.0.186036186084.issue5906@psf.upfronthosting.co.za>
In-reply-to
Content
> e.g., a Pool worker dies with an assert(!) error if it tries to create 
> its own Pool for something

A daemon process could create a child daemon when the OS can ensure that no orphans are left behind (e.g. call Linux prctl to set PR_SET_PDEATHSIG as SIGKILL). This would allow a pool worker to create another process pool.
History
Date User Action Args
2017-04-02 02:29:45eryksunsetrecipients: + eryksun, tim.peters, jnoller, pakal, mallyvai
2017-04-02 02:29:45eryksunsetmessageid: <1491100185.85.0.186036186084.issue5906@psf.upfronthosting.co.za>
2017-04-02 02:29:45eryksunlinkissue5906 messages
2017-04-02 02:29:45eryksuncreate