]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
the recent change to garbage collection of InstanceState meant that
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Oct 2008 14:40:10 +0000 (14:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Oct 2008 14:40:10 +0000 (14:40 +0000)
commitbba54e320df55d50f55715805498dc3ce8584991
tree913be504d1c22a57ab2276c7f1ef99128e844ffa
parentc2a6ebb96ed153c82d49bc269154e9f53f685e65
the recent change to garbage collection of InstanceState meant that
the deferred lambda: created by lazy_clause would get a state with
no dict.  creates strong reference to the object now.
lib/sqlalchemy/orm/strategies.py
test/orm/session.py