On Wed, Mar 8, 2017 at 5:16 AM, Clemens Heuberger
wrote:
> Am 2017-03-08 um 12:37 schrieb Daniel Krenn:
>> On 2017-03-08 11:42, Frédéric Chapoton wrote:
>>> * step 1A : cythonizing : there remains only a few calls to cmp() that
>>> prevents cythonization of our pyx files
>>>
>>> -- some of them wi
Am 2017-03-08 um 12:37 schrieb Daniel Krenn:
> On 2017-03-08 11:42, Frédéric Chapoton wrote:
>> * step 1A : cythonizing : there remains only a few calls to cmp() that
>> prevents cythonization of our pyx files
>>
>> -- some of them will maybe be handled by ticket #22549, that changes the
>> semanti
On 2017-03-08 11:42, Frédéric Chapoton wrote:
> * step 1A : cythonizing : there remains only a few calls to cmp() that
> prevents cythonization of our pyx files
>
> -- some of them will maybe be handled by ticket #22549, that changes the
> semantics of equality for real and complex interval fields
Hello,
an update on the python3 status. Moving slowly, long way ahead.
* currently, building sage with "SAGE_PYTHON3=yes" breaks much more early
than previously. This prevents to monitor seriously the progress towards
python3 and should be investigated as soon as possible.
* step 1A : cythoniz