We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e5e53 commit 39cf04cCopy full SHA for 39cf04c
uvloop/loop.pyx
@@ -94,7 +94,7 @@ cdef inline socket_dec_io_ref(sock):
94
cdef inline run_in_context(context, method):
95
# This method is internally used to workaround a reference issue that in
96
# certain circumstances, inlined context.run() will not hold a reference to
97
- # the given method instance, which - if deallocated - will cause segault.
+ # the given method instance, which - if deallocated - will cause segfault.
98
# See also: edgedb/edgedb#2222
99
Py_INCREF(method)
100
try:
0 commit comments