Hi Ned, On Wed, Dec 28, 2011 at 15:34, Ned Batchelder <[email protected]> wrote: > The problem with "bundling pypy's marshal.py" is that it pulls in a lot of > infrastructure modules, which bulks up the calling process.
Unsure what you mean. It seems to me that lib_pypy/marshal.py just imports lib_pypy/_marshal.py, which itself doesn't import any non-standard Python module. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
