◐ Shell
clean mode source ↗

Message 353607 - Python tracker

Łukasz, all type objects have tp_clear slots, and always did.  The patch in question put something useful in the function object's tp_clear slot instead of leaving it NULL.  No interface, as such, changes either way.