Issue #12328: Under Windows, refactor handling of Ctrl-C events and

make _multiprocessing.win32.WaitForMultipleObjects interruptible when
the wait_flag parameter is false.  Patch by sbt.
This commit is contained in:
Antoine Pitrou 2011-11-21 21:26:56 +01:00
parent ce4a9da705
commit 6dd381eb62
8 changed files with 85 additions and 99 deletions

View file

@ -100,7 +100,6 @@ PyObject *mp_SetError(PyObject *Type, int num);
extern PyObject *BufferTooShort;
extern PyTypeObject SemLockType;
extern PyTypeObject PipeConnectionType;
extern HANDLE sigint_event;
/*
* Miscellaneous