Files
cpython/Lib
Guido van Rossum 6b70599450 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.
2001-12-04 16:23:42 +00:00
..
2001-10-18 21:57:37 +00:00
2001-11-24 21:04:31 +00:00
2001-10-04 05:36:56 +00:00
2001-10-24 20:42:55 +00:00
2001-11-13 21:51:26 +00:00
2001-10-30 05:56:40 +00:00
2001-10-18 20:58:25 +00:00
2001-10-30 05:56:40 +00:00
2001-11-15 23:42:58 +00:00
2001-10-24 20:22:40 +00:00
2001-10-24 20:42:55 +00:00
2001-10-28 20:15:40 +00:00
2001-09-18 02:26:39 +00:00
2001-10-22 18:14:15 +00:00
2001-10-24 20:42:55 +00:00