test_methods_and_attributes.cpp
14.7 KB
-
Fix overriding static properties in derived classes · e0e2ea33
Fixes #775. Assignments of the form `Type.static_prop = value` should be translated to `Type.static_prop.__set__(value)` except when `isinstance(value, static_prop)`.
Dean Moldovan committed