This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_traceback fails in coverage run
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: maria, vstinner, zach.ware
Priority: normal Keywords:

Created on 2017-05-23 22:49 by maria, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1775 merged maria, 2017-05-23 22:50
PR 3356 merged vstinner, 2017-09-05 20:49
PR 3357 closed zach.ware, 2017-09-05 20:51
Messages (3)
msg294396 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-05-24 21:23
New changeset 3480ef9dd3177be8c0d71a74853dca6e5b11fbe1 by Zachary Ware (codedragon) in branch 'master':
 bpo-30445: Allow appended output in RecursionError message
https://github.com/python/cpython/commit/3480ef9dd3177be8c0d71a74853dca6e5b11fbe1
msg294397 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-05-24 21:25
Merged, thanks for the patch!
msg301396 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-09-05 23:07
New changeset 6fce7ea893dc3f69b607dd6ef48c2d3d0f6ca414 by Victor Stinner in branch '3.6':
bpo-30445: Allow appended output in RecursionError message (#3356)
https://github.com/python/cpython/commit/6fce7ea893dc3f69b607dd6ef48c2d3d0f6ca414
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74630
2017-09-05 23:07:46vstinnersetnosy: + vstinner
messages: + msg301396
2017-09-05 20:51:03zach.waresetpull_requests: + pull_request3372
2017-09-05 20:50:09vstinnerlinkissue31352 superseder
2017-09-05 20:49:51vstinnersetpull_requests: + pull_request3371
2017-05-24 21:25:03zach.waresetstatus: open -> closed
resolution: fixed
messages: + msg294397

stage: patch review -> resolved
2017-05-24 21:23:48zach.waresetmessages: + msg294396
2017-05-23 22:53:05zach.waresetnosy: + zach.ware

stage: patch review
title: test_traceback fails when run early -> test_traceback fails in coverage run
2017-05-23 22:50:57mariasetpull_requests: + pull_request1855
2017-05-23 22:49:33mariacreate