mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#13495: merge with 3.3.
This commit is contained in:
commit
53683f6f4b
3 changed files with 2 additions and 5 deletions
|
@ -858,8 +858,6 @@ class PyShell(OutputWindow):
|
|||
text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
|
||||
text.bind("<<toggle-debugger>>", self.toggle_debugger)
|
||||
text.bind("<<toggle-jit-stack-viewer>>", self.toggle_jit_stack_viewer)
|
||||
self.color = color = self.ColorDelegator()
|
||||
self.per.insertfilter(color)
|
||||
if use_subprocess:
|
||||
text.bind("<<view-restart>>", self.view_restart_mark)
|
||||
text.bind("<<restart-shell>>", self.restart_shell)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue