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 belopolsky
Recipients alexandre.vassalotti, amaury.forgeotdarc, barry, belopolsky, benjamin.peterson, mark.dickinson, nnorwitz, pitrou, terry.reedy, tim.peters
Date 2010-07-16.16:08:51
SpamBayes Score 0.004731555
Marked as misclassified No
Message-id <1279296535.24.0.359760892777.issue3657@psf.upfronthosting.co.za>
In-reply-to
Content
Revision 68903 was merged in py3k in r68908.  It looks like a similar issue shows up in test_random:

======================================================================
ERROR: test_pickling (test.test_random.MersenneTwister_TestBasicOps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.1.norwitz-amd64/build/Lib/test/test_random.py", line 107, in test_pickling
    state = pickle.dumps(self.gen)
  File "/home/buildbot/slave/py-build/3.1.norwitz-amd64/build/Lib/pickle.py", line 1358, in dumps
    Pickler(f, protocol, fix_imports=fix_imports).dump(obj)
_pickle.PicklingError: Can't pickle <class 'random.Random'>: it's not the same object as random.Random

See http://www.python.org/dev/buildbot/all/builders/amd64%20gentoo%203.1/builds/819/steps/test/logs/stdio
History
Date User Action Args
2010-07-16 16:08:56belopolskysetrecipients: + belopolsky, tim.peters, barry, nnorwitz, terry.reedy, amaury.forgeotdarc, mark.dickinson, pitrou, alexandre.vassalotti, benjamin.peterson
2010-07-16 16:08:55belopolskysetmessageid: <1279296535.24.0.359760892777.issue3657@psf.upfronthosting.co.za>
2010-07-16 16:08:52belopolskylinkissue3657 messages
2010-07-16 16:08:52belopolskycreate