https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253604

--- Comment #6 from Steve Wills <swi...@freebsd.org> ---
(In reply to Steve Wills from comment #5)
Oh, I see it, sorry:

[00:00:22] Modules/_decimal/_decimal.c:3283:43: error: use of undeclared
identifier 'uchar'
[00:00:22]         if (n > 1 || (n == 1 && !isascii((uchar)spec.dot[0]))) {
[00:00:22]                                           ^
[00:00:22] Modules/_decimal/_decimal.c:3292:43: error: use of undeclared
identifier 'uchar'
[00:00:22]         if (n > 1 || (n == 1 && !isascii((uchar)spec.sep[0]))) {
[00:00:22]                                           ^
[00:00:22] 2 errors generated.
[00:00:22] 
[00:00:22] Python build finished successfully!

Ok, that explains it...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to