Hi Michael, On 15 Dez., 18:18, Michael Orlitzky <mich...@orlitzky.com> wrote: > I was going to write a doctest for #6777[1], but the traceback throws a > few errors before the exception: > > sage: RealField(300)['x']([ ComplexField(300).gen() ]) > ERROR: An unexpected error occurred while tokenizing input > The following traceback may be corrupted or invalid > The error message is: ('EOF in multi-line statement', (1720, 0)) > > What's the deal with these? If those are line numbers, where are they > coming from?
I occasionally wondered about that kind of thing, myself. I can reproduce this particular error with unpatched sage-4.8.alpha3, but not with a massively patched sage-4.7.2: I simply get a straight forward traceback, no 'EOF in multi-line statement'. So, apparently one of my patches actually fixes that problem, and I have the gut feeling that it is #9138. #9138 should be used together with #11900, to prevent a regression. Both tickets have a positive review but aren't merged, yet. Can you test whether #9138 fixes it? Cheers, Simon -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org