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 mark.dickinson
Recipients benjamin.peterson, doerwalter, eric.smith, mark.dickinson
Date 2010-03-13.13:25:10
SpamBayes Score 0.00018201557
Marked as misclassified No
Message-id <1268486711.96.0.896933604241.issue8014@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed reason for failing tests (there was a bad error check in structmembers.c that compared a return value with (unsigned int)-1 instead of (unsigned long)-1), and re-enabled those tests, in r78920.

Leaving open for the backport to 3.1.
History
Date User Action Args
2010-03-13 13:25:12mark.dickinsonsetrecipients: + mark.dickinson, doerwalter, eric.smith, benjamin.peterson
2010-03-13 13:25:11mark.dickinsonsetmessageid: <1268486711.96.0.896933604241.issue8014@psf.upfronthosting.co.za>
2010-03-13 13:25:10mark.dickinsonlinkissue8014 messages
2010-03-13 13:25:10mark.dickinsoncreate