[issue8014] Setting a T_INT attribute raises internal error

Mark Dickinson report at bugs.python.org
Sat Mar 13 12:43:57 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8014>
_______________________________________


More information about the Python-bugs-list mailing list