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-11.15:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426089152.38.0.114203756626.issue23566@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the patch and addressed the previous review comments:

 * Fixed the hasattr problem
 * Added a default value None for filename in check_dump_traceback
 * Reverted unnecessary code change in check_dump_traceback_later
 * Added a new paragraph to the enable, dump_traceback_later and
register in doc

Let me know if there is possible further improvement in this patch.

: )
History
Date User Action Args
2015-03-11 15:52:32kilowusetrecipients: + kilowu, vstinner, sigi
2015-03-11 15:52:32kilowusetmessageid: <1426089152.38.0.114203756626.issue23566@psf.upfronthosting.co.za>
2015-03-11 15:52:32kilowulinkissue23566 messages
2015-03-11 15:52:32kilowucreate