]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed setup_instance() from the public API
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Nov 2008 21:00:15 +0000 (21:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Nov 2008 21:00:15 +0000 (21:00 +0000)
commit1901519fa7777ad84ed12827c192e57b7ef92139
treeb5108e243532c034840b28f0ee5444b5082a1ac8
parent17980ba83c9e492f156e9c027ce62990e5f9d6fa
removed setup_instance() from the public API
of ClassManager, and made it a private method on
_ClassInstrumentationAdapter.  ClassManager's approach
handles the default task with fewer function calls which chops off
a few hundred calls from the pertinent profile tests.
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/properties.py
test/orm/extendedattr.py
test/profiling/zoomark_orm.py
test/testlib/profiling.py