]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added better handling of unsigned longs -- a Python long returned by
authorGuido van Rossum <guido@python.org>
Tue, 31 Dec 1996 16:29:52 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 31 Dec 1996 16:29:52 +0000 (16:29 +0000)
commit60c50614e173f9e78aa719cbd01c6e056e23a8cc
tree1c4383237eb35b7fdadea30705df02aa82e3fd55
parent36bb181cdffbb80b555fd8454c80e66e10657dde
Added better handling of unsigned longs -- a Python long returned by
unpack('L', ...) is now acceptable to pack('L', ...).
Modules/structmodule.c