Skip to content

Conversation

@wjakob
Copy link
Member

@wjakob wjakob commented Nov 22, 2016

This commit includes a few minor modifications to pybind11 that are
needed to get simple hello-world style functions to compile and run on
the latest PyPy.

Sadly, more complex things are still broken: for instance, creating new
types fails with the error message 'TypeError: can't set attributes on
type object <..>' when pybind11 tries to set the module attribute.
Digging into the pip codebase indicates that it believes that the
underlying type is not a heap type, which is incorrect. So this is
likely a PyPy bug.

@wjakob wjakob mentioned this pull request Nov 22, 2016
@wjakob
Copy link
Member Author

wjakob commented Nov 22, 2016

(Previous discussion at #521)

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.

1 participant