[Csv] non-portable initialisation of types in _csv.c

Skip Montanaro skip at pobox.com
Thu Feb 13 15:58:18 CET 2003


    John> static PyTypeObject Dialect_Type = {
    John>    /* aarrgghh PyObject_HEAD_INIT(&PyType_Type) */
    John>    PyObject_HEAD_INIT(NULL)
    John>    0,                                      /* ob_size */

John,

Thanks, is this a Windows thing?  What about the head initializer for the
Reader_Type and Writer_Type types?

Skip


More information about the Csv mailing list