SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 229 Python

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
N
Neal Norwitz committed
6ae2eb268d55854eafe36fa707ffed980a277d06
Parent: 6e0e0e6