Re: [Python-checkins] r51438 - in python/branches/p3yk: Doc/api/abstract.tex Doc/api/concrete.tex Doc/api/exceptions.tex Doc/api/init.tex Doc/api/intro.tex Doc/api/newtypes.tex Doc/commontex/boilerplate.tex Doc/dist/dist.tex Doc/lib/libctypes.tex Doc
Aug. 22, 2006
11:41 p.m.
On 8/22/06, Nick Coghlan <ncoghlan@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@python.org> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
6739
Age (days ago)
6739
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Wouters