mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Added options for keeping window open on normal/error termination
Moved whole exit-handling of console window here (from pythonrun.c)
This commit is contained in:
parent
66a8977b0e
commit
0168f279cc
2 changed files with 47 additions and 10 deletions
|
@ -41,6 +41,8 @@
|
|||
#define OPT_SUPPRESS 5
|
||||
#define OPT_UNBUFFERED 6
|
||||
#define OPT_DEBUGGING 7
|
||||
#define OPT_KEEPNORMAL 8
|
||||
#define OPT_KEEPERROR 9
|
||||
|
||||
/* Dialog for 'No preferences directory' */
|
||||
#define NOPREFDIR_ID 133
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue