Robin Becker <robin at jessikat.demon.co.uk> wrote:
> anyone know how to get round nonconstant initialiser errors from VC++
> with the construction
>
> statichere PyTypeObject Arraytype = {
> PyObject_HEAD_INIT(&PyType_Type) // error here
> 0,
> "array",
http://www.python.org/doc/FAQ.html#3.24
</F>