Kaydet (Commit) 257cf2fb authored tarafından Antoine Pitrou's avatar Antoine Pitrou

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

üst 0e0ccf73
......@@ -1661,6 +1661,7 @@ void
_PyGC_Fini(void)
{
Py_CLEAR(callbacks);
Py_CLEAR(tmod);
}
/* for debugging */
......
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