Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the
'L' opcode always appends an 'L' on output, just as 2.x does. When unpickling, remove the trailing 'L' (if present) before passing the result to PyLong_FromString.
M
Mark Dickinson committed
8dd05147d6224f4982ef6b14d904bb600ef33ea3
Parent: 6dc4396