]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add support for removal of instance methods as event listeners, taking
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Oct 2013 16:14:34 +0000 (12:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Oct 2013 16:14:34 +0000 (12:14 -0400)
commit3d4d93332951a790e7d74afc5a3e13ed2523fe90
treef46fca43a18e7cc99d9333381c070b06404dc6fc
parent94d421ca2f2d9f45b5feb4419a34b97a50b8d90b
- add support for removal of instance methods as event listeners, taking
into account the id() of the function itself and self, [ticket:2832]
lib/sqlalchemy/event/registry.py
test/base/test_events.py