| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4537,7 +4537,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int | |||
| 4537 | 4537 | ||
| 4538 | 4538 | TARGET(LOAD_METHOD) { | |
| 4539 | 4539 | PREDICTED(LOAD_METHOD); | |
| 4540 | - /* Designed to work in tandem with CALL_METHOD. */ | ||
| 4540 | + /* Designed to work in tandem with PRECALL. */ | ||
| 4541 | 4541 | PyObject *name = GETITEM(names, oparg); | |
| 4542 | 4542 | PyObject *obj = TOP(); | |
| 4543 | 4543 | PyObject *meth = NULL; | |
@@ -4562,7 +4562,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int | |||
| 4562 | 4562 | /* meth is not an unbound method (but a regular attr, or | |
| 4563 | 4563 | something was returned by a descriptor protocol). Set | |
| 4564 | 4564 | the second element of the stack to NULL, to signal | |
| 4565 | - CALL_METHOD that it's not a method call. | ||
| 4565 | + PRECALL that it's not a method call. | ||
| 4566 | 4566 | ||
| 4567 | 4567 | NULL | meth | arg1 | ... | argN | |
| 4568 | 4568 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments