mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Bump faulthandler to 3.14 (#14135)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
@@ -27,7 +27,6 @@ ctypes.wintypes.HDROP
|
||||
ctypes.wintypes.HFILE
|
||||
ctypes.wintypes.HRESULT
|
||||
ctypes.wintypes.HSZ
|
||||
faulthandler.dump_c_stack
|
||||
fractions.Fraction.__pow__
|
||||
fractions.Fraction.__rpow__
|
||||
gzip.GzipFile.readinto
|
||||
|
||||
@@ -4,6 +4,10 @@ from _typeshed import FileDescriptorLike
|
||||
def cancel_dump_traceback_later() -> None: ...
|
||||
def disable() -> None: ...
|
||||
def dump_traceback(file: FileDescriptorLike = ..., all_threads: bool = ...) -> None: ...
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
def dump_c_stack(file: FileDescriptorLike = ...) -> None: ...
|
||||
|
||||
def dump_traceback_later(timeout: float, repeat: bool = ..., file: FileDescriptorLike = ..., exit: bool = ...) -> None: ...
|
||||
def enable(file: FileDescriptorLike = ..., all_threads: bool = ...) -> None: ...
|
||||
def is_enabled() -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user