Skip to content

PyPy 5.9.0 segfault under multiple inheritance #1130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jagerman opened this issue Oct 8, 2017 · 1 comment
Closed

PyPy 5.9.0 segfault under multiple inheritance #1130

jagerman opened this issue Oct 8, 2017 · 1 comment

Comments

@jagerman
Copy link
Member

jagerman commented Oct 8, 2017

The test suite segfaults under PyPy 5.9.0, in particular when using multiple inheritance of both a Python and C++ class with the Python class first. It seems in such a case our custom tp_new (in pybind11_object) doesn't get called, so the instance doesn't get allocated or initialized.

I'm creating this issue to document/track it; more details are at the upstream bug report: https://bitbucket.org/pypy/pypy/issues/2674/cpyext-tp_new-not-called-in-some-multiple

@isuruf isuruf mentioned this issue Mar 26, 2020
2 tasks
@bstaletic
Copy link
Collaborator

We've dropped support for PyPy 5.9.0 and we now have CI for PyPy.

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

No branches or pull requests

2 participants