Steve Dower <steve.do...@python.org> added the comment:

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.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to