Message 285602 - Python tracker (original) (raw)
Additionally, there are not enough METH_FASTCALL CFunctions.
I pushed many changes tonight which convert many C functions to METH_FASTCALL.
..., by hand or by AC.
IMHO performance is a good motivation to convert code to Argument Clinic ;-) But sometimes, AC can be painful, so by hand is also acceptable ;-)