[issue40516] GCC 9 compiler warnings on MacOS Catalina

2020-05-05 Thread Ned Deily
Change by Ned Deily : -- components: +Build ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40516] GCC 9 compiler warnings on MacOS Catalina

2020-05-05 Thread Ned Deily
Ned Deily added the comment: See proposed PR 19925 for further discussion. -- components: +macOS -Build nosy: +ned.deily, ronaldoussoren versions: +Python 3.9 ___ Python tracker

[issue40516] GCC 9 compiler warnings on MacOS Catalina

2020-05-05 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- keywords: +patch pull_requests: +19240 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19925 ___ Python tracker ___

[issue40516] GCC 9 compiler warnings on MacOS Catalina

2020-05-05 Thread Rémi Lapeyre
New submission from Rémi Lapeyre : Building master with GCC 9.3.0 gives some warnings on posix and nis: ./Modules/posixmodule.c: In function 'os_chown_impl': ./Modules/posixmodule.c:3397:39: warning: the comparison will always evaluate as 'false' for the address of 'lchown' will never be NULL