我阅读了多处理文档.Value https://docs.python.org/2/library/multiprocessing.html#multiprocessing.Value
和multiprocessing.sharedctypes.Value的文档 https://docs.python.org/2/library/multiprocessing.html#multiprocessing.sharedctypes.Value
但无法弄清楚它们之间有什么区别.有人知道吗?谢谢!
python ctypes multiprocessing
ctypes ×1
multiprocessing ×1
python ×1