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.

Author vstinner
Recipients Vjacheslav.Fyodorov, docs@python, ezio.melotti, michael.foord, ncoghlan, r.david.murray, rbcollins, subho, vstinner
Date 2017-06-15.22:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497565097.76.0.917541687997.issue23890@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 50dbf577e10f806056d60ac956db0748d2cc8257 by Victor Stinner in branch '3.6':
bpo-23890: Fix ref cycle in TestCase.assertRaises (#858)
https://github.com/python/cpython/commit/50dbf577e10f806056d60ac956db0748d2cc8257
History
Date User Action Args
2017-06-15 22:18:17vstinnersetrecipients: + vstinner, ncoghlan, rbcollins, ezio.melotti, r.david.murray, michael.foord, docs@python, Vjacheslav.Fyodorov, subho
2017-06-15 22:18:17vstinnersetmessageid: <1497565097.76.0.917541687997.issue23890@psf.upfronthosting.co.za>
2017-06-15 22:18:17vstinnerlinkissue23890 messages
2017-06-15 22:18:17vstinnercreate