Skip to content

Conversation

@jagerman
Copy link
Member

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.

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.
@wjakob
Copy link
Member

wjakob commented Apr 17, 2017

LGTM!

@dean0x7d
Copy link
Member

👍

@jagerman jagerman merged commit d355f2f into pybind:master Apr 18, 2017
@dean0x7d dean0x7d modified the milestone: v2.2 Aug 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants