August 2018
Beginner
160 pages
4h 8m
English
This plugin automatically enables the built-in faulthandler (https://docs.python.org/3/library/faulthandler.html) module when running your tests, which outputs Python tracebacks in catastrophic cases such as a segmentation fault. After installed, no other setup or flag is required; the faulthandler module will be enabled automatically.
This plugin is strongly recommended if you regularly use extension modules written in C/C++, as those are more susceptible to crashes.
Read now
Unlock full access