Kaydet (Commit) a7a89ebd authored tarafından Jack Jansen's avatar Jack Jansen

Implemented nositepython and oldexceptions flags

üst c73f83c8
......@@ -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