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

This commit is contained in:
Antoine Pitrou 2013-08-06 20:50:48 +02:00
parent 0e0ccf73ff
commit 257cf2fb83

View file

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