Re: [sqlalchemy] Exception during cleanup leaking DB connections?

2010-06-25 Thread Michael Bayer
On Jun 25, 2010, at 9:26 AM, jgarbers wrote: > I'm using SQLA in a CherryPy / WSGI--based application running behind > Apache2. The database is hosted on Amazon RDS (MySQL). Recently I've > noticed several errors like this in my logs: > > [error] Exception AttributeError: AttributeError("'NoneTy

[sqlalchemy] Exception during cleanup leaking DB connections?

2010-06-25 Thread jgarbers
I'm using SQLA in a CherryPy / WSGI--based application running behind Apache2. The database is hosted on Amazon RDS (MySQL). Recently I've noticed several errors like this in my logs: [error] Exception AttributeError: AttributeError("'NoneType' object has no attribute 'pop'",) in > ignored I'm us