yappi icon indicating copy to clipboard operation
yappi copied to clipboard

Reference Leak in _current_context_id()

Open sumerc opened this issue 6 years ago • 0 comments

ytid = PyLong_FromLong(ycurthreadindex++);

never releases the reference.

sumerc avatar Sep 02 '19 07:09 sumerc