]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134771: Fix time_clockid_converter() on Cygwin (#134772)
authorCollin Funk <collin.funk1@gmail.com>
Thu, 29 May 2025 17:35:53 +0000 (10:35 -0700)
committerGitHub <noreply@github.com>
Thu, 29 May 2025 17:35:53 +0000 (19:35 +0200)
commitd96343679fd6137c9d87d1bb120228b162ea0f8c
tree8ab5e203191075022747ef0df039a9d44f047fda
parentf49a07b531543dd8a42d90f5b1c89c0312fbf806
gh-134771: Fix time_clockid_converter() on Cygwin (#134772)

Use long for clockid_t instead of int.
Misc/NEWS.d/next/Library/2025-05-26-22-18-32.gh-issue-134771.RKXpLT.rst [new file with mode: 0644]
Modules/timemodule.c