commit | 9e6b4d715c46c0fa518fd76440b59516a9f6f7ea | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 09 00:37:24 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 09 00:37:24 2013 +0200 |
tree | 6f76d38c22228457234637d73c6b824a8b7beb82 | |
parent | 79799266165b5d8d4e8b9b007d81ba3b00197ca9 [diff] |
Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all cases, so _PyUnicodeWriter_Dealloc() can be called after finish.