[issue28454] Spurious arguments to PyErr_Format in unicodeobject.c

2016-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset cbe313cd1b55 by Benjamin Peterson in branch '3.5': remove extra PyErr_Format arguments (closes #28454) https://hg.python.org/cpython/rev/cbe313cd1b55 New changeset 738579b25d02 by Benjamin Peterson in branch '3.6': merge 3.5 (#28454) https://hg.pyth

[issue28454] Spurious arguments to PyErr_Format in unicodeobject.c

2016-10-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- nosy: +serhiy.storchaka stage: patch review -> commit review ___ Python tracker ___ ___ P

[issue28454] Spurious arguments to PyErr_Format in unicodeobject.c

2016-10-16 Thread Xiang Zhang
New submission from Xiang Zhang: In unicodeobject.c, there are some spurious arguments to PyErr_Format as the patch shows. -- components: Interpreter Core files: spurious_argument.patch keywords: patch messages: 278757 nosy: ncoghlan, xiang.zhang priority: normal severity: normal stage: