[issue8014] Setting a T_INT attribute raises internal error

Mark Dickinson report at bugs.python.org
Sat Mar 13 14:25:11 CET 2010


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

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.

----------
versions:  -Python 3.2

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


More information about the Python-bugs-list mailing list