Compare commits

..

No commits in common. "new_test" and "main" have entirely different histories.

View File

@ -49,4 +49,4 @@ if __name__ == "__main__":
try: try:
sys.exit(0) sys.exit(0)
except SystemExit: except SystemExit:
os._exit(0) os._exit(0)