[issue12611] 2to3 crashes when converting doctest using reduce()

Aaron Meurer report at bugs.python.org
Fri Jul 29 00:18:18 CEST 2011


Aaron Meurer <asmeurer at gmail.com> added the comment:

Vladimir will need to confirm how to reproduce this exactly, but here is corresponding SymPy issue: http://code.google.com/p/sympy/issues/detail?id=2605.

The problem is with the sympy/ntheory/factor_.py file at https://github.com/sympy/sympy/blob/sympy-0.7.1.rc1/sympy/ntheory/factor_.py#L453 (linking to the file from our release candidate, as a workaround is likely to be pushed to master soon).

Vladimir, can you confirm that this particular version of the file reproduces the problem?

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12611>
_______________________________________


More information about the Python-bugs-list mailing list