-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
build failed on DragonFlyBSD-6.4 #130617
Comments
What is the size of the |
sizeof(clockid_t) => 8 typedef unsigned long __clockid_t;
typedef __clockid_t clockid_t; |
I guess adding the following code to https://github.com/python/cpython/blob/main/Modules/timemodule.c#L188-L192 would work: #elif defined(__DragonFly__)
long clk_id = PyLong_AsLong(obj); |
Yes, it looks like a good fix. Do you want to propose a PR? |
Signed-off-by: leleliu008 <leleliu008@gmail.com>
Fixed by change e419817. |
Bug report
Bug description:
fulllogs:
https://github.com/leleliu008/python-distribution/actions/runs/13558699714/job/37897846484
CPython versions tested on:
3.13
https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tgz
Operating systems tested on:
DragonFlyBSD-6.4
Linked PRs
The text was updated successfully, but these errors were encountered: