]> granicus.if.org Git - python/commit
#1480: fix refleak in the sqlite module.
authorGeorg Brandl <georg@python.org>
Sun, 25 Nov 2007 00:45:05 +0000 (00:45 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 Nov 2007 00:45:05 +0000 (00:45 +0000)
commitceab6104694c56dc31926af149cbe133988f9574
tree8cfc500371b0403ce5629985f94b3abde69e0dd0
parent0d84d13c3fcbcec7c476e76dd361a047b8a9c8d2
#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.
Modules/_sqlite/connection.c