mirror of
https://github.com/python/cpython.git
synced 2026-06-24 20:12:21 -04:00
64b206c19e
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.