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 benjamin.peterson
Recipients benjamin.peterson, doerwalter, mark.dickinson
Date 2010-02-25.00:05:19
SpamBayes Score 1.5158463e-06
Marked as misclassified No
Message-id <1afaf6161002241605r5938d604n32ea97042d68dccf@mail.gmail.com>
In-reply-to <1267048676.27.0.813909013479.issue8014@psf.upfronthosting.co.za>
Content
2010/2/24 Mark Dickinson <report@bugs.python.org>:
>
> Mark Dickinson <dickinsm@gmail.com> added the comment:
>
> Here's a patch that raises TypeError if either PyLongAs_Size_t or PyLong_As_Ssize_t gets called with a valid non-integer PyObject *.
>
> I'm not sure where the most appropriate place for a test is.

There's test_structmembers.py I think.
History
Date User Action Args
2010-02-25 00:05:20benjamin.petersonsetrecipients: + benjamin.peterson, doerwalter, mark.dickinson
2010-02-25 00:05:19benjamin.petersonlinkissue8014 messages
2010-02-25 00:05:19benjamin.petersoncreate