[Python-Dev] Fault handler updated, now disabled by default

Éric Araujo merwok at netwok.org
Sat Dec 25 23:31:18 CET 2010


> 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



More information about the Python-Dev mailing list