VC++ grrhhh

Fredrik Lundh fredrik at pythonware.com
Thu Sep 23 10:44:03 EDT 1999


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>





More information about the Python-list mailing list