Skip to content

Commit bd0a08e

Browse files
authored
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
1 parent 58a7da9 commit bd0a08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag)
17011701
PyObject *right = POP();
17021702
PyObject *left = TOP();
17031703
PyObject *sum;
1704-
/* NOTE(haypo): Please don't try to micro-optimize int+int on
1704+
/* NOTE(vstinner): Please don't try to micro-optimize int+int on
17051705
CPython using bytecode, it is simply worthless.
17061706
See http://bugs.python.org/issue21955 and
17071707
http://bugs.python.org/issue10044 for the discussion. In short,

0 commit comments

Comments
 (0)