-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
build failed on DragonFlyBSD-6.4 #130617
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
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 <[email protected]>
…H-130634) (cherry picked from commit e419817) Co-authored-by: leleliu008 <[email protected]> Signed-off-by: leleliu008 <[email protected]>
Fixed by change e419817. |
) (#130666) gh-130617 : fix time_clockid_converter on DragonFlyBSD (GH-130634) (cherry picked from commit e419817) Signed-off-by: leleliu008 <[email protected]> Co-authored-by: leleliu008 <[email protected]>
…130634) Signed-off-by: leleliu008 <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
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: