[Python-Dev] PEP 298, final (?) version

Guido van Rossum guido@python.org
Thu, 01 Aug 2002 11:36:59 -0400


> (Or can we somehow prevent clients from calling these functions
> without going through the PyObject_ funcs?)

No, don't worry.  Once the PyObject_ API exists, nobody will bother
calling call the slot functions directly.

--Guido van Rossum (home page: http://www.python.org/~guido/)