-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
'Dictionary size changed during iteration' in mathtext.py #2925
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
Comments
That code has been there forever. I suspect this is Python 3 specific, if anything, but I wish I knew why it's never been noticed before. |
Did you stop using 2to3? I think 2to3 would have added a |
Yeah -- our test code certainly covers those lines, which is why I'm a bit stumped. We stopped using 2to3 in favor of six for the 1.4.x series. |
Bizarre. It's not a new change in Python, either - I can reproduce the error in Python 3.2.4. |
Closed as #2926 is merged. |
I'm not sure why this could have started recently, but we're seeing a test failure in IPython which comes from matplotlib:
Iterating over
locals()
is a bit icky, but if we have to do it, wrapping it like this should make it work:The text was updated successfully, but these errors were encountered: