[Python-Dev] Naming rules for function types

Moshe Zadka Moshe Zadka <mzadka@geocities.com>
Sat, 5 Feb 2000 00:44:56 +0200 (IST)


In Include/object.h, around line 140, many pointer to functions are
typedef'ed. I need a new function type:

int (*f)(PyObject *, PyObject *)

And I'm at a bit of a los what to call it.
Anyone has any idea what the naming convention is?

Is objobjproc the right thing?

Thanks for your attention.
--
Moshe Zadka <mzadka@geocities.com>. 
INTERNET: Learn what you know.
Share what you don't.