bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
This commit is contained in:
parent
58a7da9e12
commit
bd0a08ea90
|
@ -1701,7 +1701,7 @@ main_loop:
|
||||||
PyObject *right = POP();
|
PyObject *right = POP();
|
||||||
PyObject *left = TOP();
|
PyObject *left = TOP();
|
||||||
PyObject *sum;
|
PyObject *sum;
|
||||||
/* NOTE(haypo): Please don't try to micro-optimize int+int on
|
/* NOTE(vstinner): Please don't try to micro-optimize int+int on
|
||||||
CPython using bytecode, it is simply worthless.
|
CPython using bytecode, it is simply worthless.
|
||||||
See http://bugs.python.org/issue21955 and
|
See http://bugs.python.org/issue21955 and
|
||||||
http://bugs.python.org/issue10044 for the discussion. In short,
|
http://bugs.python.org/issue10044 for the discussion. In short,
|
||||||
|
|
Loading…
Reference in New Issue