We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproducer:
import cppyy for x in cppyy.gbl.vector["std::string*"](): pass
This regression caused the failures in the ROOT synchronization PR:
With void* or any non-pointer types, it still works just fine as far as I can tell!
void*
The text was updated successfully, but these errors were encountered:
Avoid nullptr dereferencing in CPyCppyy::BindCppObjectNoCast
nullptr
b49ae84
Closes the following issue: * wlav/cppyy#281
This is fixed with wlav/CPyCppyy#45, right? I added a test and a note in the change log.
Sorry, something went wrong.
Yes, this is fixed by the PR you linked. Thanks for adding the test!
No branches or pull requests
Reproducer:
This regression caused the failures in the ROOT synchronization PR:
With
void*
or any non-pointer types, it still works just fine as far as I can tell!The text was updated successfully, but these errors were encountered: