Message 345345 - Python tracker (original) (raw)

Message345345

Author vstinner
Recipients jdemeyer, petr.viktorin, scoder, vstinner
Date 2019-06-12.13:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1560346092.35.0.79273288174.issue37250@roundup.psfhosted.org
In-reply-to
Content
> No because tp_vectorcall is a function pointer. You're confusing with tp_vectorcall_offset which is an integer. Oh. I didn't notice that your PR makes tp_print an alias to tp_vectorcall rather than tp_vectorcall_offset. Ok.
History
Date User Action Args
2019-06-12 13:28:12 vstinner set recipients: + vstinner, scoder, petr.viktorin, jdemeyer
2019-06-12 13:28:12 vstinner set messageid: 1560346092.35.0.79273288174.issue37250@roundup.psfhosted.org
2019-06-12 13:28:12 vstinner link issue37250 messages
2019-06-12 13:28:12 vstinner create