#include "parts.h" #include "../_testcapi/util.h" // NULLABLE, RETURN_INT #include "pycore_critical_section.h" #include "pycore_setobject.h" static PyObject * set_update(PyObject *self, PyObject *args) { … } static PyObject * set_next_entry(PyObject *self, PyObject *args) { … } static PyMethodDef TestMethods[] = …; int _PyTestInternalCapi_Init_Set(PyObject *m) { … }