Jeroen Demeyer <j.deme...@ugent.be> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to