]> 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:30:54 +0000 (17:30 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Oct 2018 00:30:54 +0000 (17:30 -0700)
commitbeb83d013e0295c987087febf2be78b1da389b15
tree91c8ba8b102f16e4c3d2c1e62a37078b38d69568
parent7cba835cc5d3bb6babaecd904a29f88c477b29b3
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