On Fri, Oct 18, 2019, 1:00 PM GAUDRY Eloi <[email protected]> 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 -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/PQ7PAEZLKADERJUXWPV7DMI5P2FUKWQ6/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5UKWKDSQO53RB2POX5YF76V4ZBBRLXUI/ Code of Conduct: http://python.org/psf/codeofconduct/
