[Patches] GC patch 3 and 4

Neil Schemenauer nascheme@enme.ucalgary.ca
Tue, 27 Jun 2000 21:11:56 -0600


On Wed, Jun 28, 2000 at 05:10:22AM +0200, Vladimir Marangozov wrote:
> For that matter, PyGC_TYPE_HAS_INFO(tp) has to be exported in the public
> API too, probably under a more friendly name, like PyObject_Check_GC(op)
> (or better) which would be defined as PyType_HAS_GC(op->ob_type), equivalent
> to the PyGC_TYPE_HAS_INFO(op->ob_type) ...

I changed them to PyType_IS_GC and PyObject_IS_GC.

  Neil