mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
ce4a9da705
commit
6dd381eb62
8 changed files with 85 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue