Skip to content

Commit

Permalink
Update launchers with improved control key/message handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Aug 6, 2022
1 parent 52de225 commit 37df85a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Change log for ``distlib``

Released: Not yet.

- scripts

- Fixed #175: Updated launcher executables to better handle the relationship
between launcher and child process in the Job API.

0.3.5
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion PC/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ control_key_handler(DWORD type)
/*
* See https://github.com/pypa/pip/issues/10444
*/
#if !defined(NEW_LOGIC)
#if defined(OLD_LOGIC)
if ((type == CTRL_C_EVENT) || (type == CTRL_BREAK_EVENT)) {
return TRUE;
}
Expand Down
Binary file modified distlib/t32.exe
Binary file not shown.
Binary file modified distlib/t64-arm.exe
Binary file not shown.
Binary file modified distlib/t64.exe
Binary file not shown.
Binary file modified distlib/w32.exe
Binary file not shown.
Binary file modified distlib/w64-arm.exe
Binary file not shown.
Binary file modified distlib/w64.exe
Binary file not shown.

0 comments on commit 37df85a

Please sign in to comment.