/***********************************************************
-Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The
+Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
{
if (args == None)
args = NULL;
- XINCREF(args);
+ else
+ INCREF(args);
+ XDECREF(sys_trace);
sys_trace = args;
INCREF(None);
return None;
{
if (args == None)
args = NULL;
- XINCREF(args);
+ else
+ INCREF(args);
+ XDECREF(sys_profile);
sys_profile = args;
INCREF(None);
return None;