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 ade0857 commit 262755eCopy full SHA for 262755e
1 file changed
Modules/selectmodule.c
@@ -1933,7 +1933,7 @@ kqueue_event_repr(PyObject *op)
1933
{
1934
kqueue_event_Object *s = kqueue_event_Object_CAST(op);
1935
PyObject *res;
1936
- Py_BEGIN_CRITICAL_SECTION(self);
+ Py_BEGIN_CRITICAL_SECTION(op);
1937
res = PyUnicode_FromFormat(
1938
"<select.kevent ident=%zu filter=%d flags=0x%x fflags=0x%x "
1939
"data=0x%llx udata=%p>",
0 commit comments