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 Cezary.Wagner
Recipients Cezary.Wagner, davin
Date 2015-02-24.17:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424799305.95.0.465990445479.issue23513@psf.upfronthosting.co.za>
In-reply-to
Content
I found that 'dill' module will solve some problems with class.class class.method lambda but not tested too much and it has big memory footprint about 7M.

'dill' not looks good since code need some polish to be more readable to be easy to review - I study 'dill' algorithm but not want use since code is not very clear and memory usage is high but it solve pickling many object is some way.
History
Date User Action Args
2015-02-24 17:35:05Cezary.Wagnersetrecipients: + Cezary.Wagner, davin
2015-02-24 17:35:05Cezary.Wagnersetmessageid: <1424799305.95.0.465990445479.issue23513@psf.upfronthosting.co.za>
2015-02-24 17:35:05Cezary.Wagnerlinkissue23513 messages
2015-02-24 17:35:05Cezary.Wagnercreate