[issue1727780] 64/32-bit issue when unpickling random.Random
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 f
[issue1727780] 64/32-bit issue when unpickling random.Random
Changes by sligocki: -- versions: +Python 2.5 -Python 2.4 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1727780> _ ___ Python-bugs-list