bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)

This commit is contained in:
Terry Jan Reedy 2021-01-29 13:02:05 -05:00 committed by GitHub
parent 6372a4ceba
commit 11d75ec807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ bpo-23544: Disable Debug=>Stack Viewer when user code is running or
Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.
bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
2-process mode.
2-process mode. Patch by Ken Hilton.
bpo-33065: Fix problem debugging user classes with __repr__ method.

View File

@ -1 +1,2 @@
Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.
Patch by Ken Hilton.