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 Justin Patrin
Recipients Justin Patrin, Richard.Fothergill, Waldemar.Parzonka, carlosdf, dan.oreilly, dariosg, davin, jnoller, kghose, sbt, terrence
Date 2015-12-02.23:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449098820.46.0.335085232499.issue6766@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still running into these issues with Python 2.7.10. I'm trying to find a way to share dynamically allocated sub-dictionaries through multiprocessing as well as dynamically allocated RLock and Value instances. I can use the manager to create them but when I put them in a managed dict the various issues related in this ticket happen.
History
Date User Action Args
2015-12-02 23:27:00Justin Patrinsetrecipients: + Justin Patrin, jnoller, carlosdf, terrence, kghose, sbt, dariosg, Richard.Fothergill, dan.oreilly, Waldemar.Parzonka, davin
2015-12-02 23:27:00Justin Patrinsetmessageid: <1449098820.46.0.335085232499.issue6766@psf.upfronthosting.co.za>
2015-12-02 23:27:00Justin Patrinlinkissue6766 messages
2015-12-02 23:27:00Justin Patrincreate