Documentation bugs in 3.1 - C-API - TypeObjects

DreiJane joost at h-labahn.de
Sun Nov 15 13:21:30 EST 2009


Thanks a second time - the picture has
gotten clearer indeed. But for third-party
readers the complexities of this matter
require the correction, that

"Py_Type(&Foo_Type) = &PyType_Type"

must be:
"Py_TYPE(&Foo_Type) = &PyType_Type "

- or am i completely wrong ? Joost



More information about the Python-list mailing list