mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Make private functions static so we don't pollute the namespace
This commit is contained in:
@@ -3197,7 +3197,7 @@ PyEval_GetFuncDesc(PyObject *func)
|
||||
|
||||
#define EXT_POP(STACK_POINTER) (*--(STACK_POINTER))
|
||||
|
||||
void
|
||||
static void
|
||||
err_args(PyObject *func, int flags, int nargs)
|
||||
{
|
||||
if (flags & METH_NOARGS)
|
||||
|
||||
Reference in New Issue
Block a user