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 John.Malmberg
Recipients John.Malmberg
Date 2016-01-14.13:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452777034.65.0.00477411953399.issue26109@psf.upfronthosting.co.za>
In-reply-to
Content
The _PyDumpTraceback and _Py_DumpTracebackThreads routines in traceback.h are tagged with PyAPI_DATA attributes when they should be tagged with PyAPI_FUNC.

For platforms that use those attributes, this can cause run-time issues if those methods are called.
History
Date User Action Args
2016-01-14 13:10:34John.Malmbergsetrecipients: + John.Malmberg
2016-01-14 13:10:34John.Malmbergsetmessageid: <1452777034.65.0.00477411953399.issue26109@psf.upfronthosting.co.za>
2016-01-14 13:10:34John.Malmberglinkissue26109 messages
2016-01-14 13:10:34John.Malmbergcreate