]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 12:26:52 +0000 (15:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 12:26:52 +0000 (15:26 +0300)
commit149d080871f9bef276a3d4fa251ba6fbc910f770
treea798ef6ce506f98339307b244450fe1a48c70866
parentf1669a390d262bf138cd8dc954443fb0e3c8c85e
Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
ignore errors from a __int__() method.

Patch based on the patch for issue #15516.
Lib/test/test_format.py
Misc/NEWS
Objects/unicodeobject.c