Leaked types and shared_ptr #353
-
I'm trying to understand why I get a lot of
Now doing in Python:
will trigger a leaked type warning.
Looking at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Older versions of Python are sometimes a bit leaky especially on the global scope. Does the issue happen if you wrap
into a function and then call that function? |
Beta Was this translation helpful? Give feedback.
Older versions of Python are sometimes a bit leaky especially on the global scope. Does the issue happen if you wrap
into a function and then call that function?