Window flickering problem in XWin multiwindow mode

2022-04-25 Thread S.J. Luo
Hi, I have some EDA tools running on a Linux machine and display on my Windows PC using xorg-server-21.1.3 XWin multiwindow mode Sometimes the application window flickers forever for an unknown reason. The problem became more severe after my PC upgrade to Windows10. Googling the problem, I did no

Re: Apparent regression bug from Python 3.8 to 3.9: can't launch scripts using absolute Windows paths

2022-04-25 Thread marco atzeri
On Mon, Apr 25, 2022 at 8:59 AM Derek Foster wrote: > > Hi, folks. > > I have been having problems with Python 3.9 packaged with Cygwin that I did > not have with Python 3.8. > > Specifically, I am seeing the following: > > C:\example>copy con test.py > #!/usr/bin/env python3 > print('hello') > ^

Apparent regression bug from Python 3.8 to 3.9: can't launch scripts using absolute Windows paths

2022-04-25 Thread Derek Foster
Hi, folks. I have been having problems with Python 3.9 packaged with Cygwin that I did not have with Python 3.8. Specifically, I am seeing the following: C:\example>copy con test.py #!/usr/bin/env python3 print('hello') ^Z C:\example>c:\cygwin64\bin\python3.8 test.py hello C:\example>c:\cygwi