cpython/Modules/_testlimitedcapi/sys.c

#include "parts.h"
#include "util.h"


static PyObject *
sys_getobject(PyObject *Py_UNUSED(module), PyObject *arg)
{}

static PyObject *
sys_setobject(PyObject *Py_UNUSED(module), PyObject *args)
{}

static PyObject *
sys_getxoptions(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(ignored))
{}


static PyMethodDef test_methods[] =;

int
_PyTestLimitedCAPI_Init_Sys(PyObject *m)
{}