[Python-Dev] A Hygienic Macro System in Python?

Martin v. Loewis martin@v.loewis.de
19 Mar 2002 07:55:56 +0100


"Fredrik Lundh" <fredrik@pythonware.com> writes:

> if you can do it without breaking anything...

I'd try to automate it.

> (how exhaustive is the cPickle test suite?)

The main data of it are 286 lines of Python code (how else would you
measure exhaustiveness...)

Martin