Use suggestion in review and use a subplugin so hooks will only be active if we enable faulthandler ourselves. Fix #6575 Co-authored-by: Daniel Hahler <git@thequod.de>
4 lines
193 B
ReStructuredText
4 lines
193 B
ReStructuredText
Fix internal crash when ``faulthandler`` starts initialized
|
|
(for example with ``PYTHONFAULTHANDLER=1`` environment variable set) and ``faulthandler_timeout`` defined
|
|
in the configuration file.
|