call_method(), call_maybe(): fix a performance bug: the argument
pointing to a static variable to hold the object form of the string was never used, causing endless calls to PyString_InternFromString(). One particular test (with lots of __getitem__ calls) became a third faster with this!
G
Guido van Rossum committed
da21c0110b1948d4b3e0593e06436a2a5582f366
Parent: ed554f6