diff options
author | Georg Brandl <georg@python.org> | 2007-11-25 00:45:05 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-25 00:45:05 +0000 |
commit | ceab6104694c56dc31926af149cbe133988f9574 (patch) | |
tree | 8cfc500371b0403ce5629985f94b3abde69e0dd0 /Python/bltinmodule.c | |
parent | 0d84d13c3fcbcec7c476e76dd361a047b8a9c8d2 (diff) | |
download | cpython-git-ceab6104694c56dc31926af149cbe133988f9574.tar.gz |
#1480: fix refleak in the sqlite module.
It came from rev 58682. The reason is that PyString_Concat
and PyUnicode_Concat work differently -- the equivalent to
PyString_Concat is PyUnicode_Append.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions