Closed
Description
Discussed in #13
Originally posted by tbrekalo March 31, 2022
How do I interpret the following?
nanobind: leaked 1 types!
- leaked type "Pile"
nanobind: leaked 5 functions!
- leaked function "<anonymous>"
- leaked function "<anonymous>"
- leaked function "<anonymous>"
- leaked function "<anonymous>"
- leaked function "__init__"
nanobind: this is likely caused by a reference counting issue in the binding code.
Is it a bug on my part for getting something wrong in binding code or is it an issue with nanobind?
Side note: code causing this issue deals with shared pointers for another type that is not brought up by the error message.
Type 'Pile' is regular value type, I have a std::vector of them. So I am not sure how reference counting is being mentioned here.
Thanks for your help in advance.
Issue with false report of type leaks influenced by python type hints and imort of non-standard modules (in this case; seaborn 0.11)
Metadata
Metadata
Assignees
Labels
No labels