]> granicus.if.org Git - python/commit
Issue #14687: Remove redundant length attribute of unicode_write_t
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 May 2012 17:27:14 +0000 (19:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 May 2012 17:27:14 +0000 (19:27 +0200)
commitbf4e2663975b87e646fc75b7fc6897879d40f272
tree64bb1ea6e6337d1c2fab92d8fc34581e0a66d489
parent7989157e49b65433e7c2c2fb53c27333262f3b36
Issue #14687: Remove redundant length attribute of unicode_write_t

The length can be read directly from the buffer
Objects/unicodeobject.c