Commit 257cf2fb authored by Antoine Pitrou's avatar Antoine Pitrou

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

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