]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c...
authorMax Bélanger <aeromax@gmail.com>
Sun, 21 Oct 2018 00:07:54 +0000 (17:07 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 21 Oct 2018 00:07:54 +0000 (17:07 -0700)
commit94451182ccd6729c11338926d8a3d11645e86626
tree5b2445d676ee531a57303e7c09a3ab1d528019b8
parent12d0ff12305957511c9da22513858adbcef72a95
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
Misc/NEWS.d/next/macOS/2018-10-18-23-54-55.bpo-35025.X4LFJg.rst [new file with mode: 0644]
Modules/timemodule.c