This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-24 11:44:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
b26a9b10ea
cpython
/
Modules
/
_multiprocessing
History
Download ZIP
Download TAR.GZ
Martin v. Löwis
b26a9b10ea
Replace WaitForSingleObject with WaitForSingleObjectEx,
...
for better WinRT compatibility.
2013-01-25 14:25:48 +01:00
..
multiprocessing.c
Issue
#16719
: Get rid of WindowsError. Use OSError instead
2012-12-19 14:33:35 +02:00
multiprocessing.h
Get rid of circular import and eliminate unprefixed exported symbols
2012-10-07 18:08:47 +01:00
semaphore.c
Replace WaitForSingleObject with WaitForSingleObjectEx,
2013-01-25 14:25:48 +01:00