#ifndef Py_BUILD_CORE_BUILTIN
#define Py_BUILD_CORE_MODULE …
#endif
#include "parts.h"
#include "util.h"
#include "clinic/long.c.h"
static PyObject *
_testcapi_call_long_compact_api(PyObject *module, PyObject *arg)
{ … }
static PyObject *
pylong_fromunicodeobject(PyObject *module, PyObject *args)
{ … }
static PyObject *
pylong_asnativebytes(PyObject *module, PyObject *args)
{ … }
static PyObject *
pylong_fromnativebytes(PyObject *module, PyObject *args)
{ … }
static PyObject *
pylong_getsign(PyObject *module, PyObject *arg)
{ … }
static PyObject *
pylong_ispositive(PyObject *module, PyObject *arg)
{ … }
static PyObject *
pylong_isnegative(PyObject *module, PyObject *arg)
{ … }
static PyObject *
pylong_iszero(PyObject *module, PyObject *arg)
{ … }
static PyObject *
pylong_aspid(PyObject *module, PyObject *arg)
{ … }
static PyMethodDef test_methods[] = …;
int
_PyTestCapi_Init_Long(PyObject *mod)
{ … }