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 steve.dower
Recipients paul.moore, pletnes, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-11-09.22:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573339755.37.0.395907094168.issue38734@roundup.psfhosted.org>
In-reply-to
Content
The problem is that Cygwin (on which MinGW and Git Bash are based) tries to read the contents of the executable file, rather than just executing it. The type of link used by Windows here cannot be read as a normal file.

The provided workaround is the best we can offer. Someone who is allowed to handle GPL code without impacting their job (not me) could try removing whatever additional check is being attempted here in Cygwin.
History
Date User Action Args
2019-11-09 22:49:15steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, pletnes
2019-11-09 22:49:15steve.dowersetmessageid: <1573339755.37.0.395907094168.issue38734@roundup.psfhosted.org>
2019-11-09 22:49:15steve.dowerlinkissue38734 messages
2019-11-09 22:49:14steve.dowercreate