]> granicus.if.org Git - python/commit
Merged the int/long unification branch, by very crude means (sorry Thomas!).
authorGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 03:31:43 +0000 (03:31 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 03:31:43 +0000 (03:31 +0000)
commitddefaf31b366ea84250fc5090837c2b764a04102
treeab3d7b5172f4e6a064165468fc70beb41bdca1d3
parent5b787e8bc2dbda5583eee039cb6a6e47c8d8a034
Merged the int/long unification branch, by very crude means (sorry Thomas!).
I banged on the code (beyond what's in that branch) to make fewer tests fail;
the only tests that fail now are:
  test_descr -- can't pickle ints?!
  test_pickletools -- ???
  test_socket -- See python.org/sf/1619659
  test_sqlite -- ???
I'll deal with those later.
46 files changed:
BROKEN_TESTS [new file with mode: 0644]
INTBENCH [new file with mode: 0644]
Include/abstract.h
Include/boolobject.h
Include/intobject.h
Include/longobject.h
Lib/pickle.py
Lib/test/output/test_class
Lib/test/test_builtin.py
Lib/test/test_descr.py
Lib/test/test_marshal.py
Lib/test/test_optparse.py
Modules/_csv.c
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_cursesmodule.c
Modules/_sre.c
Modules/_struct.c
Modules/_testcapimodule.c
Modules/_tkinter.c
Modules/cPickle.c
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/dlmodule.c
Modules/posixmodule.c
Modules/socketmodule.c
Modules/timemodule.c
Objects/abstract.c
Objects/boolobject.c
Objects/complexobject.c
Objects/exceptions.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/stringobject.c
Objects/unicodeobject.c
PC/_msi.c
Python/bltinmodule.c
Python/ceval.c
Python/getargs.c
Python/marshal.c
Python/pythonrun.c
Python/traceback.c