Benjamin Peterson f5ff22329b use a invalid name for the __class__ closure for super() (closes #12370)
This prevents the assignment of __class__ in the class body from breaking
super. (Although a determined person could do locals()["@__class__"] = 4)
2011-06-19 19:42:22 -05:00
..
2011-03-15 05:59:46 +02:00
2011-04-15 16:52:35 +03:00
2011-05-29 11:45:29 -05:00