[Python-3000] atexit module problems/questions (original) (raw)
skip at pobox.com skip at pobox.com
Sat Aug 4 23:49:50 CEST 2007
- Previous message: [Python-3000] atexit module problems/questions
- Next message: [Python-3000] atexit module problems/questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
skip> Given that sys.exitfunc is gone is there a reason to have
skip> _run_exitfuncs? Who's going to call it?
I should have elaborated. Clearly you need some way to call it, but since that is going to be called from C code (isn't it?), why expose it to Python code?
Skip
- Previous message: [Python-3000] atexit module problems/questions
- Next message: [Python-3000] atexit module problems/questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]