Skip to content
Discussion options

You must be logged in to vote

It isn't deleted in the C++ but wrapping a SyntaxListBase in the classh thing from pybind11 basically means there will be a shared_ptr to it internally, and that will definitely call delete on it. It might be ok to ignore since these are all POD types anyway but trying to mesh this with the python bindings is definitely tricky stuff, I'm not entirely sure without spending a lot of time looking at it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ilthraim
Comment options

Answer selected by ilthraim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants