[Python-Dev] stack check on Unix: any suggestions? (original) (raw)
Barry A. Warsaw bwarsaw@beopen.com
Tue, 29 Aug 2000 15:52:32 -0400 (EDT)
- Previous message: [Python-Dev] stack check on Unix: any suggestions?
- Next message: [Python-Dev] stack check on Unix: any suggestions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message: [Python-Dev] stack check on Unix: any suggestions?
- Next message: [Python-Dev] stack check on Unix: any suggestions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]