commit | f04811140339507ff461d5a79be4d088f4f06169 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 05 20:48:47 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 05 20:48:47 2008 +0000 |
tree | 657a6d3b3878b33146080b34dbd4b6c482e74a20 | |
parent | f9b99a0baa8eea460eaa8b7852f58b4cbb571fa5 [diff] |
#3660: Correct a reference leak in PyUnicode_AsEncodedString when the encoder does not return a bytes object. Now test_unicode passes without leaking. Reviewer: Antoine Pitrou.