This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients eryksun, ezio.melotti, loewis, mdengler, steve.dower, terry.reedy, tim.golden, vinay.sajip, vstinner, zach.ware, zart
Date 2017-07-06.01:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499304405.68.0.394164382969.issue20042@psf.upfronthosting.co.za>
In-reply-to
Content
Is this still relevant or should it be closed?

On Win10, I created a short script юникод.py using Save As from IDLE.

py -2 юникод.py produces
C:\Programs\Python27\python.exe: can't open file '??????.py': [Errno 22] Invalid argument
If the patch fixes 2.7 and looks okay, maybe we should apply. If 'no' or 'no', maybe we should forget 2.7 running files with such names.

On 3.5 and 3.6, the file runs without issue.  The issue was opened with 3.3; 3.5 switched to a much more recent compiler, and I did not see any indication in the messages that this was tested on 3.5 before it was added.  So perhaps for 3.5+, this is out-of-date.
History
Date User Action Args
2017-07-06 01:26:45terry.reedysetrecipients: + terry.reedy, loewis, vinay.sajip, vstinner, tim.golden, ezio.melotti, zart, zach.ware, mdengler, eryksun, steve.dower
2017-07-06 01:26:45terry.reedysetmessageid: <1499304405.68.0.394164382969.issue20042@psf.upfronthosting.co.za>
2017-07-06 01:26:45terry.reedylinkissue20042 messages
2017-07-06 01:26:44terry.reedycreate