mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
M PyShell.py
M rpc.py SF Bug 629987: Idle not printing prompts following SyntaxError
This commit is contained in:
parent
a59ef7bbe0
commit
6e44cc2369
2 changed files with 20 additions and 17 deletions
|
@ -90,7 +90,7 @@ objecttable = {}
|
|||
|
||||
class SocketIO:
|
||||
|
||||
debugging = 0
|
||||
debugging = False
|
||||
|
||||
def __init__(self, sock, objtable=None, debugging=None):
|
||||
self.mainthread = threading.currentThread()
|
||||
|
@ -189,6 +189,7 @@ class SocketIO:
|
|||
|
||||
def asyncreturn(self, seq):
|
||||
response = self.getresponse(seq)
|
||||
self.debug("asyncreturn:", response)
|
||||
return self.decoderesponse(response)
|
||||
|
||||
def decoderesponse(self, response):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue