]> granicus.if.org Git - python/commit
_PyUnicode_Writer() now also reuses Unicode singletons:
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Mar 2013 18:28:37 +0000 (19:28 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Mar 2013 18:28:37 +0000 (19:28 +0100)
commit2cb16aa3cb31c2c0620df3c806d10782f84c94fb
treed5e8deb858b0981767c50d3e7c2d7f3aaa8eebf4
parent68dd8ba010b13723b9cf4e4cf4899922486559f7
_PyUnicode_Writer() now also reuses Unicode singletons:
empty string and latin1 single character
Objects/unicodeobject.c