is it necessary to DECREF arguments?

Andy Bensky (ab@infoseek.com)
Thu, 22 Sep 1994 14:27:41 -0700

In a C function that extracts its arguments using getargs(), if any of the
arguments are complex objects ("O" format) do they need to be DECREF()'d
before returning control to the interpreter?

Andy