Browse Source

In _PyGC_Fini(), lose the reference that was kept to the time module

pull/224/head
Antoine Pitrou 13 years ago
parent
commit
257cf2fb83
  1. 1
      Modules/gcmodule.c

1
Modules/gcmodule.c

@ -1661,6 +1661,7 @@ void
_PyGC_Fini(void)
{
Py_CLEAR(callbacks);
Py_CLEAR(tmod);
}
/* for debugging */

Loading…
Cancel
Save