Commit graph

8 commits

Author SHA1 Message Date
Kovid Goyal
a17969b0d6
Restore reporting of unhandled exceptions during GUI application startup on windows
Not as nice as it was previously since errors importing the site module
will not be reported, but the python API provides no hooks for this in
Py_RunMain
2020-07-26 13:52:54 +05:30
Kovid Goyal
337781d232
Py_RunMain does not call exit() 2020-07-26 13:52:54 +05:30
Kovid Goyal
a5a936a986
Use an at exit handler to restore console state
Py_Main() does not return if an unhandled SystemExit is raised
2020-07-26 13:52:54 +05:30
Kovid Goyal
201e017945
Allow using ANSI escape codes on windows when writing to the console 2020-07-26 13:52:53 +05:30
Kovid Goyal
36c8bbfec1
Add proper paths in windows frozen build 2020-07-26 13:52:53 +05:30
Kovid Goyal
089de4ab7c
Work on windows python3 build 2020-07-26 13:52:52 +05:30
Kovid Goyal
d01294a99b
The Apple build is working 2020-07-26 13:52:52 +05:30
Kovid Goyal
fcd0809558
Make code used to launch interpreter re-useable 2020-07-26 13:52:51 +05:30