This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo
Date 2016-12-06.11:51:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025083.54.0.921408554688.issue28883@psf.upfronthosting.co.za>
In-reply-to
Content
(C4) faulthandler: register(): the signal handler, faulthandler_user(),
  changes errno in faulthandler_dump_traceback() but fails to restore it
  if chain=False.  This can rarely cause random nonsense in the main
  program.
History
Date User Action Args
2016-12-06 11:51:23arigosetrecipients: + arigo
2016-12-06 11:51:23arigosetmessageid: <1481025083.54.0.921408554688.issue28883@psf.upfronthosting.co.za>
2016-12-06 11:51:23arigolinkissue28883 messages
2016-12-06 11:51:23arigocreate