Example #1
0
void
PyMethod_Fini(void)
{
    (void)PyMethod_ClearFreeList();
}
Example #2
0
void
PyMethod_Fini(void)
{
    Py_GUARD();
    (void)PyMethod_ClearFreeList();
}