On Tue, Oct 16, 2018 at 11:17 AM Jerry James <loganjerry@xxxxxxxxx> wrote: > On Rawhide with Cython 0.29rc2, that fails as noted earlier in this > thread. The name PyLongObject cannot be imported with cimport. How > does the code need to change to compute the same result? I should have tried figuring this out for just a few more minutes prior to sending that email. It looks like we need to cimport the name py_long, and arrange for Python to know that x has type py_long. At that point, x.ob_digit becomes valid. -- Jerry James http://www.jamezone.org/ _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx