[Patches] GC infrastructure patch 1 (tp_recurse, tp_clear)

Neil Schemenauer nascheme@enme.ucalgary.ca
Wed, 21 Jun 2000 11:29:47 -0600


On Wed, Jun 21, 2000 at 09:24:19AM +0200, M.-A. Lemburg wrote:
> ... how about -1 for errors and 0 for normal operation.

0 for success and non-zero for failure would be most flexible.
The recurse functions should return this value as well.

  Neil