Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] closes bpo-35025: Properly guard the CLOCK_GETTIME et al macros in timemodule.c. (GH-9961) #10020

Merged
merged 1 commit into from
Oct 21, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 21, 2018

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

Co-authored-by: Max Bélanger [email protected]

https://bugs.python.org/issue35025

…timemodule.c. (pythonGH-9961)

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

Co-authored-by: Max Bélanger <[email protected]>
@miss-islington
Copy link
Contributor Author

@maxbelanger and @benjaminp: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit beb83d0 into python:3.6 Oct 21, 2018
@miss-islington miss-islington deleted the backport-9445118-3.6 branch October 21, 2018 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants