Skip to content

leaks reported from sphinx doctest #717

Answered by wjakob
wojdyr asked this question in Q&A
Discussion options

You must be logged in to vote

There is a FAQ entry about these kinds of leaks. At this point, I've several times gone down the rabbit hole of back-tracking the source, and it is usually some issue in another library or an issue with Python GC not being comprehensive enough at shutdown time. They are actual leaks, so it is correct that nanobind reports them, but they might not be serious enough to show to users of your library.

You can disable these warnings if they bother you. I keep them on by default since it's still useful to know if there are some serious problems.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wojdyr
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