On 8/22/06, Nick Coghlan <ncoghlan at gmail.com> wrote: >> The error argument for PyNumber_AsSsize_t is only used for > overflow handling (that's why it's always either IndexError or > OverflowError > in the core). The TypeError for non-integers (like 1.0) is raised > separately > (even if you set the error argument to NULL to request clipping). Thanks, fixed. -- Thomas Wouters <thomas at python.org> Hi! I'm a .signature virus! copy me into your .signature file to help me spread! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-checkins/attachments/20060822/b0539b05/attachment.htm