Skip to content

Commit 0b53579

Browse files
committed
select: Clarify comment.
1 parent a30e387 commit 0b53579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

select/select.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def register(self, fd, eventmask=EPOLLIN|EPOLLPRI|EPOLLOUT, retval=None):
5454
r = epoll_ctl(self.epfd, EPOLL_CTL_MOD, fd, s)
5555
os.check_error(r)
5656
# We must keep reference to retval, or it may be GCed. And we must
57-
# keep mapping from fd to retval to be able to get rid of retval reference.
57+
# keep mapping from fd to retval to be able to get rid of this retval
58+
# reference later.
5859
self.registry[fd] = retval
5960

6061
def unregister(self, fd):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy