-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-46417: Fix _PyStaticType_Dealloc() #30810
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
Conversation
_PyStaticType_Dealloc() now only calls PyObject_ClearWeakRefs() if the call is not going to fail.
|
_PyStaticType_Dealloc() now only calls PyObject_ClearWeakRefs() if
the call is not going to fail.
https://bugs.python.org/issue46417