TARGET(LOAD_METHOD) {
PREDICTED(LOAD_METHOD);
- /* Designed to work in tandem with CALL_METHOD. */
+ /* Designed to work in tandem with PRECALL. */
PyObject *name = GETITEM(names, oparg);
PyObject *obj = TOP();
PyObject *meth = NULL;
/* meth is not an unbound method (but a regular attr, or
something was returned by a descriptor protocol). Set
the second element of the stack to NULL, to signal
- CALL_METHOD that it's not a method call.
+ PRECALL that it's not a method call.
NULL | meth | arg1 | ... | argN
*/