commit | abe1d48d2068ef0fea36a9b370a8b159ab267430 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Mon May 07 16:46:54 2007 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Mon May 07 16:46:54 2007 +0000 |
tree | 18126c32358db7927b5fc5c59d9bb6ba110d17c5 | |
parent | 58e123d75ef5858fcae7c52cd0b2dc412f4dd316 [diff] |
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.