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 xtreak
Recipients ncoghlan, r.david.murray, vstinner, xtreak, yselivanov
Date 2019-06-28.04:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561697205.46.0.288196517018.issue20443@roundup.psfhosted.org>
In-reply-to
Content
This change seems to produce a new warning on my Mac.

./Modules/getpath.c:764:23: warning: incompatible pointer types passing 'char [1025]' to parameter of type 'const wchar_t *' (aka 'const int *') [-Wincompatible-pointer-types]
            _Py_isabs(execpath))
                      ^~~~~~~~
./Include/fileutils.h:158:42: note: passing argument to parameter 'path' here
PyAPI_FUNC(int) _Py_isabs(const wchar_t *path);
                                         ^
1 warning generated.
History
Date User Action Args
2019-06-28 04:46:45xtreaksetrecipients: + xtreak, ncoghlan, vstinner, r.david.murray, yselivanov
2019-06-28 04:46:45xtreaksetmessageid: <1561697205.46.0.288196517018.issue20443@roundup.psfhosted.org>
2019-06-28 04:46:45xtreaklinkissue20443 messages
2019-06-28 04:46:45xtreakcreate