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 georg.brandl
Recipients ajaksu2, georg.brandl
Date 2008-08-27.08:44:40
SpamBayes Score 0.0014097246
Marked as misclassified No
Message-id <1219826683.39.0.734421364883.issue3694@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that, unlike PyInt_AsSsize_t, PyLong_AsSsize_t expects
its argument to already be a long object and else raises the SystemError.

It should probably behave like PyInt_AsSsize_t and raise the TypeError
since in 3.0 it's used in many places where PyInt_AsSsize_t was used.
History
Date User Action Args
2008-08-27 08:44:43georg.brandlsetrecipients: + georg.brandl, ajaksu2
2008-08-27 08:44:43georg.brandlsetmessageid: <1219826683.39.0.734421364883.issue3694@psf.upfronthosting.co.za>
2008-08-27 08:44:42georg.brandllinkissue3694 messages
2008-08-27 08:44:41georg.brandlcreate