This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Thrameos
Recipients Thrameos, petr.viktorin, shihai1991
Date 2020-12-12.19:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <SJ0PR09MB7406D03FEEE81F0A95F41014B0C90@SJ0PR09MB7406.namprd09.prod.outlook.com>
In-reply-to <1607780480.68.0.592758092794.issue42617@roundup.psfhosted.org>
Content
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.
History
Date User Action Args
2020-12-12 19:47:26Thrameossetrecipients: + Thrameos, petr.viktorin, shihai1991
2020-12-12 19:47:26Thrameoslinkissue42617 messages
2020-12-12 19:47:26Thrameoscreate