delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/04/25/02:59:47

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AC6243857822
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
header.from=coherentlogix.com
Authentication-Results: sourceware.org;
spf=pass smtp.mailfrom=coherentlogix.com
X-Virus-Scanned: amavisd-new at coherentlogix.com
Date: Mon, 25 Apr 2022 01:58:53 -0500 (CDT)
From: Derek Foster <foster AT coherentlogix DOT com>
To: cygwin AT cygwin DOT com
Message-ID: <384791970.449384.1650869933309.JavaMail.zimbra@coherentlogix.com>
Subject: Apparent regression bug from Python 3.8 to 3.9: can't launch
scripts using absolute Windows paths
MIME-Version: 1.0
X-Mailer: Zimbra 9.0.0_GA_4258 (ZimbraWebClient - GC98 (Win)/9.0.0_GA_4258)
Thread-Index: yU6l2rwSqLswgupOyvu8n/1b00TdYA==
Thread-Topic: Apparent regression bug from Python 3.8 to 3.9: can't launch
scripts using absolute Windows paths
X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_50, KAM_DMARC_STATUS,
SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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:\cygwin64\bin\python3.9 test.py
hello

C:\example>c:\cygwin64\bin\python3.8 C:\example\test.py
hello

C:\example>c:\cygwin64\bin\python3.9 C:\example\test.py
/usr/bin/python3.9: can't open file '/cygdrive/c/example/C:\example\test.py': [Errno 2] No such file or directory

There is an open bug on CPython for this ( https://github.com/python/cpython/issues/90907 ), but the people there seem to think it's something that the Cygwin folks should probably address, and I haven't been able to find a corresponding Cygwin bug.

What do I need to do to get this information to the appropriate team so that this bug can be fixed?

Thanks for any information!


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019