const char *message) |
int status) |
exit(status)
.
void (*func) ()) |
0
; on failure, it returns
-1
. The cleanup function registered last is called first.
Each cleanup function will be called at most once. Since Python's
internal finallization will have completed before the cleanup
function, no Python APIs should be called by func.
Vedete Circa questo documento... per informazioni su modifiche e suggerimenti.