Hello, I am writing some code using SQLAlchemy and have been testing that
code against a number of databases.  Everything seems to work except in
POSTGRE.  This is a threaded app and I use a scoped session.  When the app
spawns under ~20 threads everything seems cool but when the app spawns more
than ~20 I get the following error:

Assertion failed: (gc->gc.gc_refs != 0), function update_refs, file
Modules/gcmodule.c, line 261.
Abort trap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to