[Python-Dev] Dynamic bytecode analysis

Jeremy Hylton jeremy@zope.com
27 Feb 2003 11:20:02 -0500


On Thu, 2003-02-27 at 04:16, damien morton wrote:
> Im not sure how I could properly excersise Zope, and Mailman doesn't run
> under windows. PySol is do-able. Any other suggestions as to apps worthy
> of profiling?
> 
> Would the python standard library unit tests qualify?

Use the compiler package in the standard library to compile a
non-trivial chunk of Python code -- like the compiler package.

Use one of the standard XML or HTML parsers to parse a large file.

Jeremy