Roger Binns wrote: > Obviously the Python 3 documentation and examples need to be updated. > Also why not remove PyObject_HEAD_INIT from Python 3 headers so that if > it is used then the compile fails? Is there some reason not to define PyObject_HEAD_INIT so that it expands into the appropriate PyVarObject_HEAD_INIT call? -- Greg