mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
Use Final for multiprocessing constants (#12452)
This commit is contained in:
@@ -15,7 +15,7 @@ if sys.platform == "win32":
|
||||
else:
|
||||
__all__ = ["send_handle", "recv_handle", "ForkingPickler", "register", "dump", "DupFd", "sendfds", "recvfds"]
|
||||
|
||||
HAVE_SEND_HANDLE: bool
|
||||
HAVE_SEND_HANDLE: Final[bool]
|
||||
|
||||
class ForkingPickler(pickle.Pickler):
|
||||
dispatch_table: _DispatchTableType
|
||||
|
||||
Reference in New Issue
Block a user