Please submit this to bugs.python.org.

On Fri, Oct 18, 2019 at 3:02 AM GAUDRY Eloi <eloi.gau...@fft.be> wrote:

> Hi
>
> 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 ?
>
> Thanks for your feedback,
> Eloi
>
>
> Index: Include/pydebug.h
> ===================================================================
> --- Include/pydebug.h (revision 118072)
> +++ Include/pydebug.h (working copy)
> @@ -16,6 +16,7 @@
>  PyAPI_DATA(int) Py_NoSiteFlag;
>  PyAPI_DATA(int) Py_BytesWarningFlag;
>  PyAPI_DATA(int) Py_FrozenFlag;
> +PyAPI_DATA(int) Py_TabcheckFlag;
>  PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
>  PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
>  PyAPI_DATA(int) Py_NoUserSiteDirectory;
>
>
>
> <https://www.fft.be/>
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/PQ7PAEZLKADERJUXWPV7DMI5P2FUKWQ6/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/CUV3OW6KNVN7D4AZ7SHSYYLZHON2ZU76/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to