Neal Norwitz 6ae2eb268d Issue #3657: Fix uninitialized memory read when pickling longs.
The conversion to the unicode API was incorrect, it should use bytes.
repr is a bad variable name.  The use is overloaded, but I'll leave
that to fix later.

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py -uall
	valgrind -q --leak-check=yes --suppressions=Misc/valgrind-python.supp \
		./python -E -tt ./Lib/test/regrtest.py test_pickletools
2008-08-24 23:50:08 +00:00
..
2008-07-02 22:38:47 +00:00
2008-07-02 22:38:47 +00:00
2008-06-17 21:25:35 +00:00
2008-08-19 18:22:14 +00:00
2008-08-24 07:08:55 +00:00
2008-08-24 07:08:55 +00:00
2008-08-15 06:27:17 +00:00