]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
patch from 0.7: Adjusted the "importlater" mechanism, which is
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 21:00:44 +0000 (17:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 21:00:44 +0000 (17:00 -0400)
commit944e9029006792f0052d9870100d2f7c801942f1
tree808fbd98679bcdb472fc23185fa9d32649d5bc9c
parent3992b3c9a26526d626732660beabca516c43cd10
patch from 0.7:   Adjusted the "importlater" mechanism, which is
used internally to resolve import cycles,
such that the usage of __import__ is completed
when the import of sqlalchemy or sqlalchemy.orm
is done, thereby avoiding any usage of __import__
after the application starts new threads,
fixes [ticket:2279].
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/util.py