]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed memory leak in C version of
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jun 2012 20:31:00 +0000 (16:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jun 2012 20:31:00 +0000 (16:31 -0400)
commitcd676cd8dfbddf1440849f96fa0cdabd4fd72497
tree74ac2c7e569f845163158b5fac7611c186e6b1cd
parent76177a1144da8240458d0e8d19a068b9589c9127
- [bug] Fixed memory leak in C version of
result proxy whereby DBAPIs which don't deliver
pure Python tuples for result rows would
fail to decrement refcounts correctly.
The most prominently affected DBAPI
is pyodbc.  [ticket:2489]
CHANGES
lib/sqlalchemy/cextension/resultproxy.c
test/aaa_profiling/test_resultset.py