mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
math, mimetypes, mmap, multiprocessing, sqlite: Python 3.13 updates (#12062)
This commit is contained in:
@@ -125,4 +125,4 @@ if sys.version_info >= (3, 9):
|
||||
def ulp(x: _SupportsFloatOrIndex, /) -> float: ...
|
||||
|
||||
if sys.version_info >= (3, 13):
|
||||
def fma(x: _SupportsFloatOrIndex, y: _SupportsFloatOrIndex, z: _SupportsFloatOrIndex) -> float: ...
|
||||
def fma(x: _SupportsFloatOrIndex, y: _SupportsFloatOrIndex, z: _SupportsFloatOrIndex, /) -> float: ...
|
||||
|
||||
Reference in New Issue
Block a user