[Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag.

2019-10-21 Thread Victor Stinner
Eloi opened https://bugs.python.org/issue38543 This issue is specific to Python 2.7. Python 3 no longer has Py_TabcheckFlag. Eloi: hey, you should upgrade to Python 3 and have a look at my PEP 587 "Python Initialization Configuration" ;-) Victor ___ Py

[Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag.

2019-10-21 Thread GAUDRY Eloi
thon-ideas@python.org Subject: Re: [Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag. This email is not from Hexagon’s Office 365 instance. Please be careful while clicking links, opening attachments, or replying to this email. Eloi opened https://eur02.safelinks.protection.o

[Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag.

2019-10-21 Thread GAUDRY Eloi
ok, I will. thanks Eloi Gaudry Senior Product Development Engineer, HPC & IT manager Free Field Technologies, part of Hexagon's Manufacturing Intelligence division T: +32 10 495 147 E: eloi.gau...@fft.be [FFT Logo] Free Field Technologies Rue Emil

[Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag.

2019-10-18 Thread Guido van Rossum
Please submit this to bugs.python.org. On Fri, Oct 18, 2019 at 3:02 AM GAUDRY Eloi 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

[Python-ideas] Re: Expose Py_TabcheckFlag as other PyAPI_DATA flag.

2019-10-18 Thread Batuhan Taskaya
On Fri, Oct 18, 2019, 1:00 PM GAUDRY Eloi 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 patc