Fix dunder-method positional-only parameter discrepancies in third-party stubs (#14529)

This commit is contained in:
Brian Schubert
2025-08-08 12:12:44 +02:00
committed by GitHub
parent 2e3203fdff
commit 11907e2825
11 changed files with 113 additions and 99 deletions
+1 -1
View File
@@ -1667,7 +1667,7 @@ class PySecBufferDesc:
Version: Incomplete
Buffer: Incomplete
def append(self, buffer, /) -> None: ...
def __getitem__(self, index: SupportsIndex) -> PySecBuffer: ...
def __getitem__(self, index: SupportsIndex, /) -> PySecBuffer: ...
class PyTOKEN_GROUPS: ...
class PyTOKEN_PRIVILEGES: ...