Index: Python/pythonrun.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v retrieving revision 2.148 diff -c -4 -r2.148 pythonrun.c *** Python/pythonrun.c 2001/08/31 17:40:15 2.148 --- Python/pythonrun.c 2001/10/03 09:44:06 *************** *** 86,93 **** --- 86,101 ---- having the lock, but you cannot use multiple threads.) */ + static int add_flag(int flag,const char *envs) + { + int env=atoi(envs); + if(flag