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

(cherry picked from commit 11d75ec807)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2021-01-29 10:51:46 -08:00 committed by GitHub
parent 6d87dec581
commit bf782b2636
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.