diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 07:57:59 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 07:57:59 +0000 |
commit | ca810467a4db78781c5e35100024cae779e954e5 (patch) | |
tree | 6f9bad18c0b52f59cafe039de83d8002018b8ba0 /Objects/typeobject.c | |
parent | 378b2c9a037bccdbcaca32541c1baebb1a0de30a (diff) | |
download | cpython-git-ca810467a4db78781c5e35100024cae779e954e5.tar.gz |
Get rid of more coerce cruft (really check in this time :-)
Diffstat (limited to 'Objects/typeobject.c')
-rw-r--r-- | Objects/typeobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index d16c6b4dae..074fad9b2c 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -2935,7 +2935,6 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base) COPYNUM(nb_and); COPYNUM(nb_xor); COPYNUM(nb_or); - COPYNUM(nb_coerce); COPYNUM(nb_int); COPYNUM(nb_long); COPYNUM(nb_float); |