parser stack size limit
Andrew Dalke
adalke at mindspring.com
Mon Apr 14 17:32:49 EDT 2003
Michael Hudson:
> I'd also consider a saner way of building data structures...
While I'm not sure if this is saner ... You might also try
converting the code directly. I don't know if one of the
Python modules parses Python independent of the internal
C code, but even if not there are other parser packages
which include the ability to parse Python code, like SPARK.
If you really want to have fun, it's possible to build up
the pickle or marshalled form of the data and use that.
But I agree that these are all workarounds.
Andrew
dalke at dalkescientific.com
More information about the Python-list
mailing list