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 taleinat
Recipients André Neto, augustogoulart, christian.heimes, davin, leezu, pablogsal, taleinat
Date 2018-11-08.16:28:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541694520.54.0.788709270274.issue32485@psf.upfronthosting.co.za>
In-reply-to
Content
Is this supposed to work at all? Does multiprocessing support sharing resources between processes forked outside of its own abstractions?

Reading the docs[1], calling os.fork() directly doesn't seem to be the way that the multiprocessing module is supposed to be used.

[1] https://docs.python.org/library/multiprocessing.html
History
Date User Action Args
2018-11-08 16:28:40taleinatsetrecipients: + taleinat, christian.heimes, davin, leezu, pablogsal, André Neto, augustogoulart
2018-11-08 16:28:40taleinatsetmessageid: <1541694520.54.0.788709270274.issue32485@psf.upfronthosting.co.za>
2018-11-08 16:28:40taleinatlinkissue32485 messages
2018-11-08 16:28:40taleinatcreate