]> granicus.if.org Git - python/commit
Replace WaitForSingleObject with WaitForSingleObjectEx,
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 25 Jan 2013 13:25:48 +0000 (14:25 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 25 Jan 2013 13:25:48 +0000 (14:25 +0100)
commitb26a9b10ea5f095da0c699e41b29a724021cd09a
tree16bc11c938232612a40e511950e5f2b5843563c7
parent3f50bf652bae5e3371972eb261973238c62cc17b
Replace WaitForSingleObject with WaitForSingleObjectEx,
for better WinRT compatibility.
Modules/_multiprocessing/semaphore.c
Modules/timemodule.c
PC/launcher.c
Parser/myreadline.c
Python/condvar.h
Python/thread_nt.h