commit | f1913ca37f65190cc6f48d9a9404453a131c124a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jun 21 19:08:06 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Jun 21 19:08:06 2013 +0200 |
tree | d3a033f435936444e6432657e9df7d3662633af3 | |
parent | 79278bd8f65e58e41168575713ae182d9051d0a3 [diff] |
marshal: optimize parsing of empty Unicode strings Don't create a temporary buffer of zeroy byte nor call r_string() if the length is zero, create directly the empty string.