-
Notifications
You must be signed in to change notification settings - Fork 2.7k
sentinel: broken weakref on destruction #3205
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
@gerzse, can this please be merged and included in a release? |
|
+1 |
|
@gerzse, can you please take a look, or comment if the patch is no good? These Tracebacks just pollute my logs. I would rather be able to upgrade redis-py that have to downgrade to get rid of these |
|
+1 |
|
Im getting the error too, please take a look at PR |
|
I inadvertently did the same thing in this pull request: #3321 |
|
This pull request has been automatically marked as stale due to inactivity. |
Pull Request check-list
Please make sure to review and check all of these items:
Description of change
This is basically just a copy of the changes that were made in #2771 to fix the problem reported in #2767, which only fixed the sync Sentinel. This is just the same changes applied to the async Sentinel.