Hi, most of the 'complex' tests currently fail in Py3.1 because complex.__repr__() became more correct. It now prints (-0-2j) for -(2j).
Could someone who was involved in writing this code (Dag or Lisandro, I guess) please take a look and decide a) if this is worth testing for, and b) if it's enough to fix the test or if the support in Cython also needs adaptation to match what Py3.1 prints? That would allow us to close ticket #319. Thanks, Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
