We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3ae7c commit ff0f300Copy full SHA for ff0f300
Modules/xxlimited.c
@@ -160,7 +160,8 @@ Xxo_get_data(PyObject *self)
160
// This is the implementation of Xxo.__new__; it takes arbitrary positional
161
// and keyword arguments.
162
static PyObject *
163
-Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) {
+Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
164
+{
165
// Validate that we did not get any arguments.
166
if ((args != NULL && PyObject_Length(args))
167
|| (kwargs != NULL && PyObject_Length(kwargs)))
0 commit comments