Shreyan Avigyan <shreyan.avig...@gmail.com> added the comment:

I'm not sure if bpo-42376 is same as this one. Yes the basic idea to provide 
abstraction and make it easy for the users to add type is same but the 
approaches suggested are completely different. I propose a new structure member 
in PyModuleDef be added where we can just specify the address of the types and 
then in PyModule_Create add those automatically and set the member back to 
NULL. This will not be a performance improvement just an enhancement to allow 
adding types more easily. The only thing I'm concerned about is that will it 
break the Stable ABI? It'll not break C extensions though.

----------

_______________________________________
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