Introduce multiprocessing.freeze_support() (#749)

This commit is contained in:
Daisuke Miyakawa
2016-12-08 06:30:14 +09:00
committed by Jukka Lehtosalo
parent 090dafb9b0
commit b33c2c6158

View File

@@ -96,3 +96,4 @@ class Value():
# ----- multiprocessing function stubs -----
def cpu_count() -> int: ...
def freeze_support() -> None: ...