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 ezio.melotti, michael.foord, pitrou, serhiy.storchaka, vstinner
Date 2015-04-01.13:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427893461.09.0.205360316045.issue23838@psf.upfronthosting.co.za>
In-reply-to
Content
> It is hard to write reliable test

Ah? Why not using something like mock.patch('mock.updatecache', side_effect=MemoryError)?
History
Date User Action Args
2015-04-01 13:04:21vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, michael.foord, serhiy.storchaka
2015-04-01 13:04:21vstinnersetmessageid: <1427893461.09.0.205360316045.issue23838@psf.upfronthosting.co.za>
2015-04-01 13:04:21vstinnerlinkissue23838 messages
2015-04-01 13:04:21vstinnercreate