[New-bugs-announce] [issue26109] _Py_DumpTraceback should be PyAPI_FUNC

John Malmberg report at bugs.python.org
Thu Jan 14 08:10:34 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26109>
_______________________________________


More information about the New-bugs-announce mailing list