#include "pyconfig.h"
#if !defined(Py_GIL_DISABLED) && !defined(Py_LIMITED_API)
#define Py_LIMITED_API …
#endif
#include "parts.h"
#include "util.h"
static PyObject *
get_constant(PyObject *Py_UNUSED(module), PyObject *args)
{ … }
static PyObject *
get_constant_borrowed(PyObject *Py_UNUSED(module), PyObject *args)
{ … }
static PyObject *
test_constants(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args))
{ … }
static PyMethodDef test_methods[] = …;
int
_PyTestLimitedCAPI_Init_Object(PyObject *m)
{ … }