[New-bugs-announce] [issue38543] Expose Py_TabcheckFlag as other PyAPI_DATA flag

egaudry report at bugs.python.org
Mon Oct 21 05:46:20 EDT 2019


New submission from egaudry <eg at fft.be>:

When looking at the pydebug.h header file, I see that some symbols are not declared as exported.

For instance, I would like to be able to change the value of the Py_TabcheckFlag when running specific codelines.
Any chance this patch could be added ?

----------
components: Interpreter Core
files: tab.diff
keywords: patch
messages: 355035
nosy: egaudry
priority: normal
severity: normal
status: open
title: Expose Py_TabcheckFlag as other PyAPI_DATA flag
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file48672/tab.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38543>
_______________________________________


More information about the New-bugs-announce mailing list