[Python-Dev] Fault handler updated, now disabled by default (original) (raw)
exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Sun Dec 26 15:10:49 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 ]
On 25 Dec, 10:31 pm, merwok at netwok.org wrote:
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 1Cpydoc faulthandler 1D or by a pkgutil walk. You may want to consider using a function to enable the functionality (and add one to disable it).
Enormous +1.
Jean-Paul
- 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 ]