]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added synchronization to the mapper() construction step, to avoid
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jun 2007 21:08:10 +0000 (21:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jun 2007 21:08:10 +0000 (21:08 +0000)
commit48ebb102eaeb828fc320b16dce17883723ed5904
treee272471187acc68509fa46148f0d17b719173cae
parent33648e71763d415bf17ea94e4066ea0adccca11a
- added synchronization to the mapper() construction step, to avoid
thread collections when pre-existing mappers are compiling in a
different thread [ticket:613]
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
test/perf/threaded_compile.py