mirror of
https://github.com/python/cpython.git
synced 2026-06-10 05:15:18 -04:00
f5ff22329b
This prevents the assignment of __class__ in the class body from breaking super. (Although a determined person could do locals()["@__class__"] = 4)