-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
The following is very wrong code (from sage/rings/real_mpfi.pyx
)
# todo: The <object> coerce is evidently to get around a weird bug in SageX (?)
mpfi_interv_q(self.value, <object>rat.value, <object>rat1.value)
Surprisingly, it only breaks on PPC64. See #11705 for more context.
Component: porting
Keywords: ppc64 big endian mpfi
Author: Paul Zimmermann, Jeroen Demeyer
Reviewer: François Bissey
Merged: sage-5.0.beta14
Issue created by migration from https://trac.sagemath.org/ticket/12829