[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-20 Thread miss-islington
miss-islington added the comment: New changeset 002aef3f66a9f8da635e20860622f2e539a0b611 by Miss Islington (bot) in branch '3.7': closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-20 Thread miss-islington
miss-islington added the comment: New changeset beb83d013e0295c987087febf2be78b1da389b15 by Miss Islington (bot) in branch '3.6': closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +9360 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +9359 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 94451182ccd6729c11338926d8a3d11645e86626 by Benjamin Peterson (Max Bélanger) in branch 'master': closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-19 Thread Max Bélanger
Change by Max Bélanger : -- keywords: +patch pull_requests: +9308 stage: -> patch review ___ Python tracker ___ ___

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +benjamin.peterson, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35025] Compiling `timemodule.c` can fail on macOS due to availability warnings

2018-10-19 Thread Maxime Belanger
New submission from Maxime Belanger : We build Python on macOS with `-Werror=unguarded-availability` and `-mmacosx-version-min=` to ensure `libpython` is binary-compatible with earlier versions of macOS. This can create problems when building some modules, including `timemodule.c`, which