mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
I also noticed that the "lock" parameter for Value's __init__ was incomplete. The parameter also accepts lock objects directly. https://docs.python.org/3.7/library/multiprocessing.html#multiprocessing.Value Fixes #2917