-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Using psycopg2-ctypes and pypy I see:
Exception RuntimeError: RuntimeError('maximum recursion depth exceeded',) in method __del__ of <psycopg2ct._impl.cursor.Cursor object at 0x000000000623a230> ignored
printed by the django development server. It only happens sometimes, and when it does happen it causes the server to lock up and all memory on my system to be consumed. I can't seem to generate a traceback
This doesn't always happen. Sometimes (for tiny pages in my app) I can get pypy/django/psycopg-ctypes to respond without issue. But for DB-heavy pages it seems to throw this and then just stall.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels