cosmopolitan/third_party/python/Modules/_multiprocessing
Justine Tunney b15f9eb58f
Improve Python's threading story
Python threads are now generally working, however some parts of Python's
regression tests for threads are flaky. This is possibly due to needing
more locking primitives in Cosmo's IO system call wrappers, e.g. close.

    make o//third_party/python/Lib/test/test_threading.py.runs

See #747
2023-02-23 06:55:54 -08:00
..
multiprocessing.c Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
multiprocessing.h Improve Python's threading story 2023-02-23 06:55:54 -08:00
semaphore.c Improve Python's threading story 2023-02-23 06:55:54 -08:00