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 terry.reedy
Recipients terry.reedy
Date 2018-06-19.22:26:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529447167.34.0.56676864532.issue33905@psf.upfronthosting.co.za>
In-reply-to
Content
Stackbrowser is currently initialized with a traceback and/or the sys.last_xyz attributes.  The latter are not set when unittesting;  the test framework somehow prevents this.  The tests needed are the ones that will be enabled by Stackbrower accepting an exception, which has everything needed.
History
Date User Action Args
2018-06-21 23:26:02terry.reedyunlinkissue33905 messages
2018-06-19 22:26:07terry.reedysetrecipients: + terry.reedy
2018-06-19 22:26:07terry.reedysetmessageid: <1529447167.34.0.56676864532.issue33905@psf.upfronthosting.co.za>
2018-06-19 22:26:07terry.reedylinkissue33905 messages
2018-06-19 22:26:07terry.reedycreate