We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls like PyObject_GC_New doesn't track returned objects, an explicit PyObject_GC_Track call is needed IIRC
PyObject_GC_New
PyObject_GC_Track
/cc @iemelyanov
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #241 (Rewrite iterators with C), and #310 (Implement length_hint() for iterators).
Sorry, something went wrong.
The next step could be conditional tracking. Python dict checks its content and don't track itself if all internal keys/values are not tracked.
iemelyanov
No branches or pull requests
Calls like
PyObject_GC_New
doesn't track returned objects, an explicitPyObject_GC_Track
call is needed IIRC/cc @iemelyanov
The text was updated successfully, but these errors were encountered: