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

[3.6] bpo-30445: Allow appended output in RecursionError message #3356

Merged
merged 1 commit into from Sep 5, 2017
Merged

[3.6] bpo-30445: Allow appended output in RecursionError message #3356

merged 1 commit into from Sep 5, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 5, 2017

Running under coverage sometimes causes 'in comparison' to be added to the end of the RecursionError message, which is acceptable.

Patched by Maria Mckinley

(cherry picked from commit 3480ef9)

https://bugs.python.org/issue30445

Running under coverage sometimes causes 'in comparison' to be added to the end of the RecursionError message, which is acceptable.

Patched by Maria Mckinley

(cherry picked from commit 3480ef9)
@vstinner
Copy link
Member Author

vstinner commented Sep 5, 2017

The coverage still fails on test_xml_etree: I proposed PR #3363 to fix it.

@vstinner vstinner merged commit 6fce7ea into python:3.6 Sep 5, 2017
@vstinner vstinner deleted the test_traceback36 branch September 5, 2017 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants