]> granicus.if.org Git - python/commit
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 19:54:51 +0000 (21:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 19:54:51 +0000 (21:54 +0200)
commit01ada3996bded57d1baf9c54b050fc55907d9b13
tree5f795a91278beb5ae831a75eef3f4b20c5c3a6f8
parent29a1445136c7353543b516a085c38b8be9ce5109
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
handlers: ``ignore``, ``replace``, ``surrogateescape``, ``surrogatepass``.
Patch co-written with Serhiy Storchaka.
Doc/whatsnew/3.6.rst
Lib/test/test_codecs.py
Misc/NEWS
Objects/stringlib/codecs.h
Objects/unicodeobject.c