mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
01ab963460
Walk down the MRO backwards to find the type that originally defined the final `tp_setattro`, then make sure we are not jumping over intermediate C-level bases with the Python-level call.
Automerge-Triggered-By: @gvanrossum
(cherry picked from commit c53b310e59)
Co-authored-by: scoder <stefan_ml@behnel.de>
Source files for various builtin objects