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 skrah
Recipients Mark.Shannon, jdemeyer, petr.viktorin, skrah, vstinner
Date 2019-05-20.09:07:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558343272.44.0.942866019854.issue36970@roundup.psfhosted.org>
In-reply-to
Content
It is one thing to name something __vectorcall, and quite another to mix camel and normal case.

When I'm scanning the code very quickly, I initially parse _PyObject_VectorcallDict as PyObject_VectorallDict or_PyObject_Vector_callDict.


From the perspective of reading, it is one of the most obnoxious
names I've seen in the Python code base.
History
Date User Action Args
2019-05-20 09:07:52skrahsetrecipients: + skrah, vstinner, petr.viktorin, Mark.Shannon, jdemeyer
2019-05-20 09:07:52skrahsetmessageid: <1558343272.44.0.942866019854.issue36970@roundup.psfhosted.org>
2019-05-20 09:07:52skrahlinkissue36970 messages
2019-05-20 09:07:52skrahcreate