You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exit() or sys.exit() don't close bpython-gtk, but nothing is actually executed after calling exit() or sys.exit(). os._exit() correctly closes bpython-gtk.
exit() or sys.exit() don't close bpython-gtk, but nothing is actually executed after calling exit() or sys.exit(). os._exit() correctly closes bpython-gtk.