]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed memory leak in core which would
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 Mar 2012 00:18:52 +0000 (16:18 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 Mar 2012 00:18:52 +0000 (16:18 -0800)
commit5448f6129cd0487c3d06324385cc2ef0701b5815
treecdc8bd5a7312e37dc8fb873c7211be49e54b202c
parentdb69a48231754c4279b2ceb5ce7317a50ed839d2
- [bug] Fixed memory leak in core which would
  occur when C extensions were used with
  particular types of result fetches,
  in particular when orm query.count()
  were called.  [ticket:2427]
CHANGES
lib/sqlalchemy/cextension/resultproxy.c
test/aaa_profiling/test_memusage.py