]> granicus.if.org Git - python/commit
1. Update debugger to not trace RPC code even when calling Queue and
authorKurt B. Kaiser <kbk@shore.net>
Sat, 10 May 2003 00:09:52 +0000 (00:09 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sat, 10 May 2003 00:09:52 +0000 (00:09 +0000)
commit57bfe5dc5a4873026679fb911939beb69e35a9e8
tree80f4879e6a224a7f8ae5994fd2a08694faa63b0a
parent9f545c489ad7831305e9f477fe48e59ae60a5c83
1. Update debugger to not trace RPC code even when calling Queue and
   threading modules.  Can debug user code which imports these modules,
   though.
2. Re-enable debugger in PyShell.
3. Remove old code implementing previous approaches to this issue.

M Debugger.py
M PyShell.py
M rpc.py
Lib/idlelib/Debugger.py
Lib/idlelib/PyShell.py
Lib/idlelib/rpc.py