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 kilowu
Recipients kilowu, sigi, vstinner
Date 2015-03-10.06:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425967273.95.0.0328449034437.issue23566@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch to this issue. Made some changes to faulthandler_get_fileno to accept integer as fd. If a fd is provided, the file member of fatal_error struct is set NULL.

An new test case is added and some common testing code is also changed in order to be reused.
History
Date User Action Args
2015-03-10 06:01:14kilowusetrecipients: + kilowu, vstinner, sigi
2015-03-10 06:01:13kilowusetmessageid: <1425967273.95.0.0328449034437.issue23566@psf.upfronthosting.co.za>
2015-03-10 06:01:13kilowulinkissue23566 messages
2015-03-10 06:01:13kilowucreate