mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00:00
1. Test Sourceforge checkin, idle-dev posting
2. Remove extraneous comment
This commit is contained in:
parent
ed813bff29
commit
a3436d253c
1 changed files with 0 additions and 1 deletions
|
|
@ -306,7 +306,6 @@ def show_variables(self, force=0):
|
|||
gdict = frame.f_globals
|
||||
if lv and gv and ldict is gdict:
|
||||
ldict = None
|
||||
# Calls OldStackviewer.NamespaceViewer.load_dict():
|
||||
if lv:
|
||||
lv.load_dict(ldict, force, self.pyshell.interp.rpcclt)
|
||||
if gv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue