Re: Problems running testsuite on Windows with Python 3

2020-05-08 Thread Jun Omae
Hi, On 2020/05/07 16:17, Johan Corveleyn wrote: There is still the issue of PYTHONLEGACYWINDOWSSTDIO that is very much blocking for anyone running the testsuite on Windows with Python 3. Worst case, we might have to simply document it, and perhaps emit a warning if it's not set? Or can we

Re: One more issue in tests on Windows with Python 3

2020-05-08 Thread Yasuhito FUTATSUKI
On 2020/05/08 2:46, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: >> I think it is need to escape characters in char *value when we print ^some (not all) >> them as Python's str value. The patch below may work for this purpose, >>

Re: Problems running testsuite on Windows with Python 3

2020-05-08 Thread Johan Corveleyn
On Fri, May 8, 2020 at 2:49 PM Jun Omae wrote: > > Hi, > > On 2020/05/07 16:17, Johan Corveleyn wrote: > > There is still the issue of PYTHONLEGACYWINDOWSSTDIO that is very much > > blocking for anyone running the testsuite on Windows with Python 3. > > Worst case, we might have to simply