[sqlalchemy] Re: sqlalchemy.exc.InvalidRequestError: Object '' is already attached to session '29012560' (this is '30924944')

2009-06-02 Thread Gaetan de Menten
On Sun, May 31, 2009 at 16:50, Michael Bayer wrote: > > > On May 30, 2009, at 1:56 AM, ericthompso...@gmail.com wrote: > >> Upon reaching the instantiation of Foo, my code blows up with the >> error message in the subject.  Now I realize this is often caused by >> threading issues - multiple thre

[sqlalchemy] Re: sqlalchemy.exc.InvalidRequestError: Object '' is already attached to session '29012560' (this is '30924944')

2009-05-31 Thread Michael Bayer
On May 30, 2009, at 1:56 AM, ericthompso...@gmail.com wrote: > Upon reaching the instantiation of Foo, my code blows up with the > error message in the subject. Now I realize this is often caused by > threading issues - multiple threads, each with their own Session, > trying to touch an entity