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 quick-b
Recipients Winterflower, davin, jnoller, pitrou, quick-b, sbt, vstinner
Date 2017-07-25.22:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501022901.6.0.775608684847.issue26732@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the fix, pitrou!

Regarding your comment regarding the behavior being expected with the "fork" method, I would suggest a documentation modification in the description of the fork method to add something to the effect of "All resources of the parent are inherited by the child process; this includes the ability of later children to act as the parent of earlier children via the various functions in this package."
History
Date User Action Args
2017-07-25 22:48:21quick-bsetrecipients: + quick-b, pitrou, vstinner, jnoller, sbt, davin, Winterflower
2017-07-25 22:48:21quick-bsetmessageid: <1501022901.6.0.775608684847.issue26732@psf.upfronthosting.co.za>
2017-07-25 22:48:21quick-blinkissue26732 messages
2017-07-25 22:48:21quick-bcreate