]> granicus.if.org Git - python/commit
Issue #25353: Optimize unicode escape and raw unicode escape encoders to use
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 12 Oct 2015 20:36:57 +0000 (22:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 12 Oct 2015 20:36:57 +0000 (22:36 +0200)
commit358af1352689fc10c81690a193ff5414f5f930af
tree02a20c52da654b83bf13b976a1dd798d348e304e
parentd65e4f4eea278357e5aaee9f510922ef83e04143
Issue #25353: Optimize unicode escape and raw unicode escape encoders to use
the new _PyBytesWriter API.
Modules/_pickle.c
Objects/unicodeobject.c