Re: [sqlalchemy] Re: SQLAlchemy under Jython fails with Maximum Recursion Depth Exceeded

2015-10-06 Thread Mike Bayer
SQLAlchemy is not supporting Jython right now - the interpreter invariably has too many issues for us to constantly keep chasing them down. On 10/6/15 1:36 PM, Michael Naber wrote: > It could be due to this: > http://sourceforge.net/p/jython/mailman/message/34131065/ > > On Tue, Oct 6, 2015 at 11

[sqlalchemy] Re: SQLAlchemy under Jython fails with Maximum Recursion Depth Exceeded

2015-10-06 Thread Michael Naber
It could be due to this: http://sourceforge.net/p/jython/mailman/message/34131065/ On Tue, Oct 6, 2015 at 11:35 AM, Michael Naber wrote: > Hopefully this should be pretty straightforward. I'm running the following > example which fails under Jython 2.7.0 with postgresql-9.4-1203.jdbc42.jar > usi