[issue36229] Avoid unnecessary copies for list, set, and bytearray ops.

Armin Rigo report at bugs.python.org
Wed Mar 13 19:02:28 EDT 2019


Armin Rigo <arigo at users.sourceforge.net> added the comment:

...or PySequence_Concat() instead of PyNumber_Add(); same reasoning.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36229>
_______________________________________


More information about the Python-bugs-list mailing list