commit | ceab6104694c56dc31926af149cbe133988f9574 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Nov 25 00:45:05 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Nov 25 00:45:05 2007 +0000 |
tree | 8cfc500371b0403ce5629985f94b3abde69e0dd0 | |
parent | 0d84d13c3fcbcec7c476e76dd361a047b8a9c8d2 [diff] |
#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.