]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68619 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 21:13:53 +0000 (21:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 21:13:53 +0000 (21:13 +0000)
commit74a2eb5f26c76645b8000b280e5751ec19e76d62
tree81145014af038b85b8b591c7ae948cc25b46415c
parent35fafa5756ecee2f9f81862d5682bfdfea0878b7
Merged revisions 68619 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68619 | mark.dickinson | 2009-01-15 19:32:23 +0000 (Thu, 15 Jan 2009) | 8 lines

  Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
  nb_long:  remove last remaining use of nb_long
  (in the struct module) from the core, set nb_long slots on all builtin
  and extension types to 0, and remove uses of __long__ in test_complex
  and test_binop.

  Reviewed by Benjamin Peterson.
........
Lib/test/test_binop.py
Lib/test/test_cmath.py
Modules/_struct.c
Objects/complexobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/weakrefobject.c
PC/winreg.c