Skip to content

Commit 262755e

Browse files
committed
Fix typo
1 parent ade0857 commit 262755e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/selectmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ kqueue_event_repr(PyObject *op)
19331933
{
19341934
kqueue_event_Object *s = kqueue_event_Object_CAST(op);
19351935
PyObject *res;
1936-
Py_BEGIN_CRITICAL_SECTION(self);
1936+
Py_BEGIN_CRITICAL_SECTION(op);
19371937
res = PyUnicode_FromFormat(
19381938
"<select.kevent ident=%zu filter=%d flags=0x%x fflags=0x%x "
19391939
"data=0x%llx udata=%p>",

0 commit comments

Comments
 (0)