mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
this main is much more useful
This commit is contained in:
parent
e36199b49d
commit
ccd640525b
1 changed files with 2 additions and 3 deletions
|
@ -306,6 +306,5 @@ def interact(banner=None, readfunc=None, local=None):
|
|||
console.interact(banner)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import pdb
|
||||
pdb.run("interact()\n")
|
||||
if __name__ == "__main__":
|
||||
interact()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue