bpo-46417: Fix _PyStaticType_Dealloc() (GH-30810) · python/cpython@a1444f4 · GitHub
Skip to content

Commit a1444f4

Browse files
authored
bpo-46417: Fix _PyStaticType_Dealloc() (GH-30810)
_PyStaticType_Dealloc() now only calls PyObject_ClearWeakRefs() if the call is not going to fail.
1 parent 12f4ac3 commit a1444f4

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Objects/typeobject.c

Lines changed: 11 additions & 3 deletions

0 commit comments

Comments
 (0)