Guido van Rossum wrote: > The trick is to compile it to a .pyc file without efence. The > compiler is vastly malloc-happy. Once you have the .pyc, test_descr > runs to completion without errors using efence. I figured that out after watching the process grow to 800 MB. :-) Neil