]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
place the constructor level configuration within the COMPILE_MUTEX,
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Sep 2009 00:47:35 +0000 (00:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Sep 2009 00:47:35 +0000 (00:47 +0000)
commit7760e70d8d68355b5c0f13cce011f2c5da7b0823
treebb0036e2d4c662db5005728c5ec3a01bb247c327
parent2acd40f0dc4e83d77d53097499b5d2090e000689
place the constructor level configuration within the COMPILE_MUTEX,
to prevent half-constructed mappers from getting sucked into the compile()
phase
lib/sqlalchemy/orm/mapper.py