test_methods_and_attributes.cpp
15.7 KB
-
Don't allow mixed static/non-static overloads · d355f2fc
We currently fail at runtime when trying to call a method that is overloaded with both static and non-static methods. This is something python won't allow: the object is either a function or an instance, and can't be both.
Jason Rhinelander committed