mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* Make multiprocessing stubs match implementation * Add multiprocessing.process.BaseProcess * Use BaseProcess in multiprocessing.context where applicable * Remove non-existing BaseContext.Process() * Derive DefaultContext from BaseContext * Fix BaseContext/DefaultContext.set_start_method() signatures * Re-export multiprocessing.context.Process from multiprocessing, instead of using a custom definition * Re-export multiprocessing.active_from from multiprocessing.process instead of using a custom definition * Add parent_process() (Python 3.8) * Complete BaseManager; add Server * Add multiprocessing.shared_memory et al