There was an error while loading. Please reload this page.
1 parent 47ebfbf commit 2926188Copy full SHA for 2926188
1 file changed
stdlib/_ctypes.pyi
@@ -374,5 +374,6 @@ def buffer_info(o: _CData | _CDataType | type[_CData | _CDataType], /) -> tuple[
374
def call_cdeclfunction(address: int, arguments: tuple[Any, ...], /) -> Any: ...
375
def call_function(address: int, arguments: tuple[Any, ...], /) -> Any: ...
376
377
+# dllist() is available on Linux and other platforms like NetBSD
378
if sys.version_info >= (3, 15) and sys.platform != "win32" and sys.platform != "darwin":
379
def dllist() -> list[str]: ...
0 commit comments