SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 231 Python

Fix SF bug #486144: Uninitialized __slot__ vrbl is None.

There's now a new structmember code, T_OBJECT_EX, which is used for
all __slot__ variables (except __weakref__, which has special behavior
anyway).  This new code raises AttributeError when the variable is
NULL rather than converting NULL to None.
G
Guido van Rossum committed
64b206c19e764d12f61681359544938c45912262
Parent: bb7775a