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
The underlying socket used by the Cursor object is never closed, nor is there a clear way to close the cursor in the API docs.
/env/lib/python3.6/site-packages/tweepy/binder.py:222: ResourceWarning: unclosed <ssl.SSLSocket fd=31, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('10.109.111.33', 63234), raddr=('104.244.42.66', 443)> self.api.last_response = resp
The text was updated successfully, but these errors were encountered:
3560a52
No branches or pull requests
The underlying socket used by the Cursor object is never closed, nor is there a clear way to close the cursor in the API docs.
The text was updated successfully, but these errors were encountered: