Kaydet (Commit) b941825f authored tarafından Barry Warsaw's avatar Barry Warsaw

Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given

by Matt Messier).
üst 08e301f8
......@@ -229,7 +229,7 @@ PyAPI_FUNC(PyVarObject *) _PyObject_NewVar(PyTypeObject *, int);
*/
/* C equivalent of gc.collect(). */
long PyGC_Collect(void);
PyAPI_FUNC(long) PyGC_Collect(void);
/* Test if a type has a GC head */
#define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
......
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