-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Test failure with Python 3.8.0 #1946
Comments
Oh oh, that's not good. It sounds very much like a regression in the Python beta version though. (Something is leaking references in Python, which is tricky to track down because it just wastes memory instead of e.g. causing a crash.) |
I'm super-busy with a grant deadline in the next 2 weeks and unfortunately won't have free clock cycles to get to this-- it would be great if somebody could help out here. The task would be to |
@wjakob It's not a bug, it's change in python3.8 C API
https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-the-c-api |
Do `Py_DECREF(type)` on all python objects on deallocation fix pybind#1946
@susilehtola FYI: A new release of pybind11 (v2.4.3) is out. The Fedora package will need to be updated to this revision to ensure compatibility with Python 3.8. |
pybind11 version 2.4.2 fails to build from source in Fedora rawhide with Python 3.8.0rc1:
as reported in Fedora ticket https://bugzilla.redhat.com/show_bug.cgi?id=1758474
The text was updated successfully, but these errors were encountered: