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 vterron
Recipients mark.dickinson, rhettinger, vterron
Date 2013-03-20.01:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363744152.72.0.512816356839.issue17489@psf.upfronthosting.co.za>
In-reply-to
Content
The random.Random class implements both the __getstate__() and __reduce__() methods. My knowledge of the pickle module is very limited, but apparently this causes __getstate__() never to get called. Maybe this is a remnant from earlier code, or are both methods actually needed?
History
Date User Action Args
2013-03-20 01:49:12vterronsetrecipients: + vterron, rhettinger, mark.dickinson
2013-03-20 01:49:12vterronsetmessageid: <1363744152.72.0.512816356839.issue17489@psf.upfronthosting.co.za>
2013-03-20 01:49:12vterronlinkissue17489 messages
2013-03-20 01:49:12vterroncreate