mirror of https://github.com/python/cpython.git
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
This commit is contained in:
parent
6372a4ceba
commit
11d75ec807
|
@ -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.
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.
|
||||
Patch by Ken Hilton.
|
||||
|
|
Loading…
Reference in New Issue