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 serhiy.storchaka, skrah, vstinner
Date 2013-11-19.23:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Hum, my explanation is maybe not clear.

Without the patch, the operation succeed, but a MemoryError is raised, and the caller is not notified. So you enter an inconsistent state because your function may "succeed" whereas an exception is set.

With the patch, the operation succeed, but you get a MemoryError and the caller is notified of the failure.
History
Date User Action Args
2013-11-19 23:55:27vstinnersetrecipients: + vstinner, skrah, serhiy.storchaka
2013-11-19 23:55:27vstinnersetmessageid: <[email protected]>
2013-11-19 23:55:27vstinnerlinkissue19578 messages
2013-11-19 23:55:27vstinnercreate