commit | 149d080871f9bef276a3d4fa251ba6fbc910f770 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 10 15:26:52 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 10 15:26:52 2016 +0300 |
tree | a798ef6ce506f98339307b244450fe1a48c70866 | |
parent | f1669a390d262bf138cd8dc954443fb0e3c8c85e [diff] |
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.