[Zope3-dev] Pickle statistics

Guido van Rossum guido@python.org
Tue, 04 Feb 2003 16:31:10 -0500


I wrote:

> If you do, would you be so kind to run this program over your
> application and mail me the output?

I forgot how to run the program.  I do the following:

- checkout, build and install Python 2.3 from current CVS (NOT 2.3a1)

- make clean

- python2.3 setup.py -q build_ext -i

- drop the program I mailed in the Zope 3 root directory as foo.py

- python2.3 foo.py Data.fs

--Guido van Rossum (home page: http://www.python.org/~guido/)