Skip to content

Commit 2926188

Browse files
authored
Add a comment
1 parent 47ebfbf commit 2926188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/_ctypes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,6 @@ def buffer_info(o: _CData | _CDataType | type[_CData | _CDataType], /) -> tuple[
374374
def call_cdeclfunction(address: int, arguments: tuple[Any, ...], /) -> Any: ...
375375
def call_function(address: int, arguments: tuple[Any, ...], /) -> Any: ...
376376

377+
# dllist() is available on Linux and other platforms like NetBSD
377378
if sys.version_info >= (3, 15) and sys.platform != "win32" and sys.platform != "darwin":
378379
def dllist() -> list[str]: ...

0 commit comments

Comments
 (0)