New submission from John Malmberg: 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. ---------- components: Interpreter Core messages: 258199 nosy: John.Malmberg priority: normal severity: normal status: open title: _Py_DumpTraceback should be PyAPI_FUNC versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26109> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com