[issue42617] Enhancement request for PyType_FromSpecWIthBases add option for meta class

Karl Nelson report at bugs.python.org
Sat Dec 12 14:47:26 EST 2020


Karl Nelson <nelson85 at llnl.gov> added the comment:

Perhaps just having PyType_InitHeapFromSpec which have just heap type linkage and slot copy section would help with the issue.   The major problem I have is maintaining the slot code which may change at some point in the future.   There would still be some risk of missing a portion of the init procedure but it would be a bit safer some of the process was in Python.

----------
title: Enhancement request  for PyType_FromSpecWIthBases add option for meta class -> Enhancement request for PyType_FromSpecWIthBases add option for meta class

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


More information about the Python-bugs-list mailing list