commit | 01ada3996bded57d1baf9c54b050fc55907d9b13 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 21:54:51 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 01 21:54:51 2015 +0200 |
tree | 5f795a91278beb5ae831a75eef3f4b20c5c3a6f8 | |
parent | 29a1445136c7353543b516a085c38b8be9ce5109 [diff] |
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.