[Python-Dev] Fault handler updated, now disabled by default (original) (raw)
Éric Araujo merwok at netwok.org
Sat Dec 25 23:31:18 CET 2010
- Previous message: [Python-Dev] Fault handler updated, now disabled by default
- Next message: [Python-Dev] Fault handler updated, now disabled by default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
faulthandler is a module: enable the handler is simple as "import faulthandler".
That sounds like a source of unwanted behavior (aka problems) if the handler is enabled by “pydoc faulthandler” or by a pkgutil walk. You may want to consider using a function to enable the functionality (and add one to disable it).
Regards
- Previous message: [Python-Dev] Fault handler updated, now disabled by default
- Next message: [Python-Dev] Fault handler updated, now disabled by default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]