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 Claudiu.Popa, alexandre.vassalotti, pitrou, rhettinger
Date 2011-12-06.12:35:38
SpamBayes Score 5.7984084e-06
Marked as misclassified No
Message-id <1323174942.91.0.949399475235.issue13537@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, this has nothing to do with daemon processes and all to do with the fact that user-defined classes have to be globally visible for their instances to be pickled. It is because pickles reference classes by name, and local names obviously don't work for that.

In other words, this is not a bug.
History
Date User Action Args
2011-12-06 12:35:42pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Claudiu.Popa
2011-12-06 12:35:42pitrousetmessageid: <1323174942.91.0.949399475235.issue13537@psf.upfronthosting.co.za>
2011-12-06 12:35:38pitroulinkissue13537 messages
2011-12-06 12:35:38pitroucreate