Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Python/gc.c
InternalDocs
1 parent c113a8e commit a525ba5Copy full SHA for a525ba5
1 file changed
Python/gc.c
@@ -1,6 +1,6 @@
1
// This implements the reference cycle garbage collector.
2
// The Python module interface to the collector is in gcmodule.c.
3
-// See https://devguide.python.org/internals/garbage-collector/
+// See InternalDocs/garbage_collector.md for more infromation.
4
5
#include "Python.h"
6
#include "pycore_ceval.h" // _Py_set_eval_breaker_bit()
0 commit comments