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 jdemeyer
Recipients jdemeyer, vstinner
Date 2019-06-12.13:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560345873.46.0.411778736938.issue37250@roundup.psfhosted.org>
In-reply-to
Content
> If -Werror is used, "type->tp_vectorcall = NULL;" would fail with a compilation error, since NULL is not exactly an integer, no?

No because tp_vectorcall is a function pointer. You're confusing with tp_vectorcall_offset which is an integer.
History
Date User Action Args
2019-06-12 13:24:33jdemeyersetrecipients: + jdemeyer, vstinner
2019-06-12 13:24:33jdemeyersetmessageid: <1560345873.46.0.411778736938.issue37250@roundup.psfhosted.org>
2019-06-12 13:24:33jdemeyerlinkissue37250 messages
2019-06-12 13:24:33jdemeyercreate