[issue44099] [C API] Introduce a new slot in PyModuleDef to hold the classes

Shreyan Avigyan report at bugs.python.org
Thu May 20 10:57:02 EDT 2021


Shreyan Avigyan <shreyan.avigyan at gmail.com> added the comment:

Yes. It's becoming hard to implement both static and heap types using one struct member. Since this is all about implementing a helping hand when it comes to types I think two different members one for static and another one for heap would be fine. And if someone then comes up with even a better idea, then I'll implement that. I'm now working on implementing them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44099>
_______________________________________


More information about the Python-bugs-list mailing list