Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

static PyTypeObject InternalType should have

PyVarObject_HEAD_INIT(&PyType_Type, 0) 

instead of

PyVarObject_HEAD_INIT(NULL, 0)

----------
nosy: +pablogsal

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to