]> granicus.if.org Git - python/commit
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
authorMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 19:32:23 +0000 (19:32 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 15 Jan 2009 19:32:23 +0000 (19:32 +0000)
commitcce2f217d403dff7344fcc1c381e36dfd075a961
tree87189334129e9ca408a823ea98d3b1dd512addd3
parent29500f64b609e312e72150f0539c4508d650656b
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