Re: [sage-devel] report on py3

2017-03-08 Thread William Stein
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

Re: [sage-devel] report on py3

2017-03-08 Thread Clemens Heuberger
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

Re: [sage-devel] report on py3

2017-03-08 Thread 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 > semantics of equality for real and complex interval fields

[sage-devel] report on py3

2017-03-08 Thread Frédéric Chapoton
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