[Python-Dev] stack check on Unix: any suggestions?

Barry A. Warsaw bwarsaw@beopen.com
Tue, 29 Aug 2000 15:52:32 -0400 (EDT)


>>>>> "M" == M  <mal@lemburg.com> writes:

    |     print i,resource.getrusage(resource.RUSAGE_SELF)   

My experience echos yours here MAL -- I've never seen anything 
from getrusage() that would be useful in this context. :/

A configure script test would be useful, but you'd have to build a
minimal Python interpreter first to run the script, wouldn't you?

-Barry