[issue18682] [PATCH] remove bogus codepath from pprint._safe_repr

Michal Vyskocil report at bugs.python.org
Thu Aug 8 10:31:58 CEST 2013


Michal Vyskocil added the comment:

This is simple code checks if .isalnum is or is not locale sensitive and a small measurement of how much is the repr faster, compared to old codepath.

BTW: python3 test_pprint.py on patched version have succeeded

OK (expected failures=1)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18682>
_______________________________________


More information about the Python-bugs-list mailing list