cpython/Modules/_testcapi/bytes.c

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


/* Test _PyBytes_Resize() */
static PyObject *
bytes_resize(PyObject *Py_UNUSED(module), PyObject *args)
{}


/* Test PyBytes_Join() */
static PyObject *
bytes_join(PyObject *Py_UNUSED(module), PyObject *args)
{}


static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Bytes(PyObject *m)
{}