Hi Ned,
On Wed, Dec 28, 2011 at 15:34, Ned Batchelder 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
I guess that is a possibility, but another principle is to use well-used
and widely-reviewed code where possible, no? I guess the problem is
that built-in marshal isn't trying hard to protect itself against
malicious data?
The problem with "bundling pypy's marshal.py" is that it pulls in a lo