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() and sys.exit() raise the SystemExit python exception. PyErr_Print executed in TPythonEngine.CheckError after a SystemExit exception, results in immediate process termination, without giving Delphi a chance to handle this exception or have an orderly shutdown. Not nice.