]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Adjusted the "importlater" mechanism, which is
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 20:56:14 +0000 (16:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 20:56:14 +0000 (16:56 -0400)
commit2aa80d40d2c9a00bb87a145bba1f01c327b6000b
treeb27660b881d695c3cba82b93d2020c566c4fa6c0
parent36e2b2d8750ca5bcf0345733973f5ed097d2949a
   - 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].  Also in 0.6.9.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/util/langhelpers.py