mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Get rid of more coerce cruft (really check in this time :-)
This commit is contained in:
parent
378b2c9a03
commit
ca810467a4
7 changed files with 2 additions and 57 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue