This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients
Date 2002-10-25.21:35:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think PyNumber_Check should be deprecated.  An type
having tp_as_number does not mean it is a number.  If we
don't depreciate it, perhaps we should modify the test.
 For
example, we could check for a __int__ method.

Guido, if you decide what to do, assign the bug back to
me and I will work on a patch.
History
Date User Action Args
2007-08-23 14:07:34adminlinkissue628842 messages
2007-08-23 14:07:34admincreate