STINNER Victor <vstin...@python.org> added the comment: > ./Modules/getpath.c:1198:14: error: incompatible types when assigning to type > ‘PyStatus’ from type ‘int’
Do you have HAVE_READLINK defined? calculate_argv0_path() calls resolve_symlinks() without checking if HAVE_READLINK is defined. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41981> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com