Commit 3e67f01d authored by Kevin Modzelewski's avatar Kevin Modzelewski

Format

parent e96481f9
......@@ -3883,7 +3883,7 @@ void BoxedClass::dealloc(Box* b) noexcept {
if (PyObject_IS_GC(type))
_PyObject_GC_UNTRACK(type);
PyObject_ClearWeakRefs((PyObject *)type);
PyObject_ClearWeakRefs((PyObject*)type);
type->clearAttrsForDealloc();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment