Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call of SR polynomial hangs forever #24941

Closed
videlec opened this issue Mar 10, 2018 · 3 comments
Closed

call of SR polynomial hangs forever #24941

videlec opened this issue Mar 10, 2018 · 3 comments

Comments

@videlec
Copy link
Contributor

videlec commented Mar 10, 2018

sage: SRx = SR['x']
sage: p = SRx([1,2,3])
sage: p
3*x^2 + 2*x + 1
sage: p(1)
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.RuntimeError'> ignored

CC: @rwst

Component: symbolics

Reviewer: Marc Mezzarobba

Issue created by migration from https://trac.sagemath.org/ticket/24941

@videlec videlec added this to the sage-8.2 milestone Mar 10, 2018
@rwst
Copy link

rwst commented Mar 10, 2018

comment:1

Duplicate of #24853.

@rwst rwst removed this from the sage-8.2 milestone Mar 10, 2018
@mezzarobba
Copy link
Member

Reviewer: Marc Mezzarobba

@videlec
Copy link
Contributor Author

videlec commented May 18, 2018

comment:3

closing positively reviewed duplicates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants