time_clockid_converter()
selects the wrong type for clockid_t on Cygwin.
#134771
Labels
time_clockid_converter()
selects the wrong type for clockid_t on Cygwin.
#134771
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Building Python from the main branch on Python fails with the following error:
This is because we use
int clk_id = PyLong_AsInt(obj);
when it should be along
on this platform.CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: