Skip to content

Commit f342822

Browse files
authored
[select] devpoll is @final (#15760)
1 parent ea144d3 commit f342822

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/select.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if sys.platform == "linux":
159159

160160
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
161161
# Solaris only
162+
@final
162163
class devpoll:
163164
def close(self) -> None: ...
164165
closed: bool

0 commit comments

Comments
 (0)