diff --git a/stdlib/select.pyi b/stdlib/select.pyi index bd94cf130..d4a3656e1 100644 --- a/stdlib/select.pyi +++ b/stdlib/select.pyi @@ -109,9 +109,9 @@ if sys.platform == "linux": def __enter__(self: Self) -> Self: ... def __exit__( self, - exc_type: type[BaseException] | None = ..., - exc_val: BaseException | None = ..., - exc_tb: TracebackType | None = ..., + __exc_type: type[BaseException] | None = ..., + __exc_val: BaseException | None = ..., + __exc_tb: TracebackType | None = ..., ) -> None: ... def close(self) -> None: ... closed: bool