Skip to content

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

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:test_traceback36
Sep 5, 2017
Merged

[3.6] bpo-30445: Allow appended output in RecursionError message#3356
vstinner merged 1 commit into
python:3.6from
vstinner:test_traceback36

Conversation

@vstinner

@vstinner vstinner commented Sep 5, 2017

Copy link
Copy Markdown
Member

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

vstinner commented Sep 5, 2017

Copy link
Copy Markdown
Member Author

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.

5 participants