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 vstinner
Recipients gregory.p.smith, vstinner
Date 2017-04-27.05:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaYFhsLy4BAPNGkp9TUx5ZjEznNSeZNY9APpWX81gYLxA@mail.gmail.com>
In-reply-to <1493265043.5.0.372378242753.issue30165@psf.upfronthosting.co.za>
Content
Oh sorry, you reported the bug on my 2.7 backport but I ask you to report
the bug here, and now the bug is specific to 2.7 :-)

Yes, faulthandler implementation is different on Python 2.7. If you look in
depth, it is even very different especially "dump later" (2.7 uses alarm,
3.x uses a thread). The stdlib implementation is much more reliable because
of different Python enhancements likr native TLS.
History
Date User Action Args
2017-04-27 05:47:02vstinnersetrecipients: + vstinner, gregory.p.smith
2017-04-27 05:47:02vstinnerlinkissue30165 messages
2017-04-27 05:47:02vstinnercreate