Hi, I believe I'm seeing the same error that Darren Dale was seeing last month: http://www.mail-archive.com/[email protected]/msg09703.html
As in his case, two modules are attempting to cimport from one another, which works in Python 2.6, but hits a runtime error when compiled and imported with Python 3.1: RuntimeError: maximum recursion depth exceeded while calling a Python object In my case, I'm attempting to make the Python bindings for Zero MQ work in Python 3. The offending modules are zmq.core.context and zmq.core.socket: http://github.com/takowl/pyzmq/tree/py3zmq-attempt3 This is using Cython-0.13 as downloaded from the website. Did anyone find anything following the discussion last month? Thanks, Thomas
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
