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 serhiy.storchaka
Recipients emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2014-11-26.15:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417017051.66.0.238037604809.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
out can be b'Done.\r\n'. Use self.assertIn.

> If both patches were to be included, the test case in warn_4.patch would test the above patch and not the changes made in Python/_warnings.c.

You can test err for warning message.

The traceback should be cleared before decrementing the reference count. And only if Py_REFCNT(v) is 2.
History
Date User Action Args
2014-11-26 15:50:51serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, xdegaye, emptysquare
2014-11-26 15:50:51serhiy.storchakasetmessageid: <1417017051.66.0.238037604809.issue22898@psf.upfronthosting.co.za>
2014-11-26 15:50:51serhiy.storchakalinkissue22898 messages
2014-11-26 15:50:51serhiy.storchakacreate