sligocki added the comment:
I've had this same problem with 2.5.1
Pickling random.getstate() on 64bit and then loading it back with
random.setstate() on 32bit does not work (crashes because of trying cast
64bit ints to 32bit).
The other way around is even worse. It loads but is in a faulty state,
where for example:
>>> random.randrange(1000)
49801980494
This seems like a bug to me.
--
nosy: +sligocki
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1727780>
_
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com