◐ Shell
clean mode source ↗

Message 66709 - Python tracker

If a start argument gets accepted, it should be positional, not a 
keyword-only argument.  That is a complete waste when there is just one 
argument with a straight-forward interpretation.  

Besides, METH_O is a lot faster than the alternatives.