mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Store default startup options in preference file or
app.
This commit is contained in:
parent
532e3c2bf6
commit
a4b7e14df8
3 changed files with 66 additions and 4 deletions
|
|
@ -65,3 +65,14 @@
|
|||
|
||||
/* The alis resource for locating the python home directory */
|
||||
#define PYTHONHOME_ID 128
|
||||
|
||||
/* The Python options resource and offset of its members */
|
||||
#define PYTHONOPTIONS_ID 128
|
||||
#define POPT_INSPECT 0
|
||||
#define POPT_VERBOSE 1
|
||||
#define POPT_SUPPRESS 2
|
||||
#define POPT_UNBUFFERED 3
|
||||
#define POPT_DEBUGGING 4
|
||||
#define POPT_KEEPNORM 5
|
||||
#define POPT_KEEPERR 6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue