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.11:43:56
SpamBayes Score 2.427183e-05
Marked as misclassified No
Message-id <1268480637.82.0.905238443916.issue8014@psf.upfronthosting.co.za>
In-reply-to
Content
Internal errors for T_UINT and T_PYSSIZET fixed in r78918.  The fix needs to be backported to the release31-maint branch, but I don't think it's urgent enough to try getting it in between 3.1.2 rc1 and 3.1.2 final.

There's still a problem with testing repeated attribute setting for T_UINT and T_ULONG;  for some reason, the first attempt to set a T_UINT attribute to something invalid correctly produces TypeError, but an immediately following second attempt doesn't raise TypeError---this can be seen by uncommenting the T_UINT and T_ULONG bits in test_bad_assignments.  Am investigating.
History
Date User Action Args
2010-03-13 11:43:57mark.dickinsonsetrecipients: + mark.dickinson, doerwalter, eric.smith, benjamin.peterson
2010-03-13 11:43:57mark.dickinsonsetmessageid: <1268480637.82.0.905238443916.issue8014@psf.upfronthosting.co.za>
2010-03-13 11:43:56mark.dickinsonlinkissue8014 messages
2010-03-13 11:43:56mark.dickinsoncreate