mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
math, mimetypes, mmap, multiprocessing, sqlite: Python 3.13 updates (#12062)
This commit is contained in:
@@ -76,6 +76,8 @@ class mmap(Iterable[int], Sized):
|
||||
def __exit__(self, *args: Unused) -> None: ...
|
||||
def __buffer__(self, flags: int, /) -> memoryview: ...
|
||||
def __release_buffer__(self, buffer: memoryview, /) -> None: ...
|
||||
if sys.version_info >= (3, 13):
|
||||
def seekable(self) -> bool: ...
|
||||
|
||||
if sys.platform != "win32":
|
||||
MADV_NORMAL: int
|
||||
|
||||
Reference in New Issue
Block a user