]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Oct 2018 00:41:38 +0000 (17:41 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Oct 2018 00:41:38 +0000 (17:41 -0700)
commit002aef3f66a9f8da635e20860622f2e539a0b611
treebf1a6d617e793ed898a0b1dbbdff10b346563a56
parentf141ddaa30a0c5741a3db623072b90b8b1307368
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)

Guard the `CLOCK_GETTIME` et al macros in `timemodule` based on the availability of the parent functions
(cherry picked from commit 94451182ccd6729c11338926d8a3d11645e86626)

Co-authored-by: Max Bélanger <aeromax@gmail.com>
Misc/NEWS.d/next/macOS/2018-10-18-23-54-55.bpo-35025.X4LFJg.rst [new file with mode: 0644]
Modules/timemodule.c