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 vstinner
Recipients ftesser, vstinner
Date 2020-10-09.13:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602250759.07.0.397853942002.issue41981@roundup.psfhosted.org>
In-reply-to
Content
> ./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.
History
Date User Action Args
2020-10-09 13:39:19vstinnersetrecipients: + vstinner, ftesser
2020-10-09 13:39:19vstinnersetmessageid: <1602250759.07.0.397853942002.issue41981@roundup.psfhosted.org>
2020-10-09 13:39:19vstinnerlinkissue41981 messages
2020-10-09 13:39:18vstinnercreate