Fix a few issues with parameter defaults (#9572)

This commit is contained in:
Alex Waygood
2023-01-20 17:47:59 +00:00
committed by GitHub
parent 7e40d70cad
commit d98d1674e7
10 changed files with 37 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ class CDLL:
def __init__(
self,
name: str | None,
mode: int = 4,
mode: int = ...,
handle: int | None = None,
use_errno: bool = False,
use_last_error: bool = False,