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
It seems that circular references must be manually broken in order for the garbage collector to function.
See: https://github.com/mikeboers/PyAV/blob/proxy/examples/dealloc.py
This is despite the ContextProxy object, whose sole purpose is to make this happen.
ContextProxy
The text was updated successfully, but these errors were encountered:
The ContextProxy works fine enough (for now).
Sorry, something went wrong.
Merge pull request PyAV-Org#14 from daveisfera/actions_publish_fix
b60d7f0
Fix tag for pypa/gh-action-pypi-publish
No branches or pull requests
It seems that circular references must be manually broken in order for the garbage collector to function.
See: https://github.com/mikeboers/PyAV/blob/proxy/examples/dealloc.py
This is despite the
ContextProxy
object, whose sole purpose is to make this happen.The text was updated successfully, but these errors were encountered: