-
Notifications
You must be signed in to change notification settings - Fork 274
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
With gc disabled deletion of class X causes it to "leak" to garbage #176
base: master
Are you sure you want to change the base?
Conversation
Can you be more specific about what the problem is? |
Yes, it goes to gc.garbage. Since we run our environment with gc disabled we monitor garbage during development to make sure we don't leak anything. This causes our automated alert to trigger. Thanks. |
@benjaminp any update here? |
Bump `six` to `1.11.0`. Most changes do not affect us, but it's good to stay up to date. Also, we will likely start vendoring `enum34` in which case benjaminp/six#178 is needed. Note that this preserves the `kafka-python` customization from #979 which has been submitted upstream as benjaminp/six#176 but not yet merged.
Bump `six` to `1.11.0`. Most changes do not affect us, but it's good to stay up to date. Also, we will likely start vendoring `enum34` in which case benjaminp/six#178 is needed. Note that this preserves the `kafka-python` customization from #979 which has been submitted upstream as benjaminp/six#176 but not yet merged.
Bump `six` to `1.11.0`. Most changes do not affect us, but it's good to stay up to date. Also, we will likely start vendoring `enum34` in which case benjaminp/six#178 is needed. Note that this preserves the `kafka-python` customization from #979 which has been submitted upstream as benjaminp/six#176 but not yet merged.
To avoid a |
In this commit, the del X is still commented out due to the fact that upstream benjaminp/six#176 is not merged.
In this commit, the del X is still commented out due to the fact that upstream benjaminp/six#176 is not merged.
In this commit, the del X is still commented out due to the fact that upstream benjaminp/six#176 is not merged.
In this commit, the del X is still commented out due to the fact that upstream benjaminp/six#176 is not merged.
In this commit, the del X is still commented out due to the fact that upstream benjaminp/six#176 is not merged.
No description provided.