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 shihai1991
Recipients petr.viktorin, shihai1991, vstinner
Date 2020-05-10.17:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589130443.67.0.341454082707.issue40584@roundup.psfhosted.org>
In-reply-to
Content
some typeobject using `tp_vectorcall_offset`, if we use `PyType_FromModuleAndSpec` to create the the typeobject, it will be faild due to `PyType_FromModuleAndSpec` lack the process of `tp_vectorcall_offset`.

so we should adding some process  like https://github.com/python/cpython/blob/master/Objects/typeobject.c#L2966-L2976.
History
Date User Action Args
2020-05-10 17:07:23shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2020-05-10 17:07:23shihai1991setmessageid: <1589130443.67.0.341454082707.issue40584@roundup.psfhosted.org>
2020-05-10 17:07:23shihai1991linkissue40584 messages
2020-05-10 17:07:23shihai1991create