Commit 8ee5bea6 authored by Jack Jansen's avatar Jack Jansen

Implemented nositepython and oldexceptions flags

parent 7273e8c5
......@@ -242,6 +242,8 @@ init_common(int *argcp, char ***argvp, int embedded)
/* Py_SuppressPrintingFlag = options.suppress_print; */
Py_OptimizeFlag = options.optimize;
Py_DebugFlag = options.debugging;
Py_NoSiteFlag = options.nosite;
Py_UseClassExceptionsFlag = !(options.oldexc);
if ( options.noargs ) {
/* don't process events at all without the scripts permission */
PyMacSchedParams scp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment