Petr Viktorin <encu...@gmail.com> added the comment:

First off, note that you can use PyModule_AddType rather than 
PyModule_AddObject to avoid repeating the name.

Adding this *correctly* will be somewhat involved: slots take function 
pointers, not data pointers which are incompatible according to standard C. The 
changes will also need to keep backwards compatibility.

----------
nosy: +petr.viktorin

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

Reply via email to