]> granicus.if.org Git - python/commit
Issue #15466: Stop using TYPE_INT64 in marshal,
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 28 Jul 2012 17:44:05 +0000 (19:44 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 28 Jul 2012 17:44:05 +0000 (19:44 +0200)
commit7e39572aa875f71d8ad7c5155fff15fe032c2648
tree0203799bb4505d7fe07d7db385719d254f3c331c
parent5562d9dc5dd9f9a7710a1530a114c215516d4700
Issue #15466: Stop using TYPE_INT64 in marshal,
to make importlib.h (and other byte code files) equal between 32-bit
and 64-bit systems.
Misc/NEWS
Python/importlib.h
Python/marshal.c