mirror of
https://github.com/python/cpython.git
synced 2026-06-02 09:38:14 -04:00
edb51bb7e8
handlers were both set, but were not compatible. This change uses only the tp_getattro handler with a more "modern" approach. This fixes SF bug #551285.