-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
See
Line 4265 in 639c1ad
| fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC) |
The line should be changed from
-fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)
+fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFD_CLOEXEC)Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo