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 pitrou
Recipients André Neto, augustogoulart, christian.heimes, davin, leezu, pablogsal, pitrou, taleinat
Date 2018-11-09.20:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541794251.8.0.788709270274.issue32485@psf.upfronthosting.co.za>
In-reply-to
Content
Gus, dict don't have a has_key() method in Python 3.

multiprocessing objects are generally not fork-safe: multiprocessing has its own mechanisms to duplicate objects between processes, but you cannot assume that after calling fork() yourself, objects will still be usable in the child.

I'm closing this issue as not a bug.
History
Date User Action Args
2018-11-09 20:10:51pitrousetrecipients: + pitrou, taleinat, christian.heimes, davin, leezu, pablogsal, André Neto, augustogoulart
2018-11-09 20:10:51pitrousetmessageid: <1541794251.8.0.788709270274.issue32485@psf.upfronthosting.co.za>
2018-11-09 20:10:51pitroulinkissue32485 messages
2018-11-09 20:10:51pitroucreate