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 skrah
Recipients pitrou, serhiy.storchaka, skrah, vstinner
Date 2013-11-14.12:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> With the patch, the deletion succeeded even if you get a MemoryError. The bytearray object is consistent. It's just that its buffer could be smaller (it wastes memory).

I think intuitively I'd expect the object to be unmodified if there
is any error.
History
Date User Action Args
2013-11-14 12:38:39skrahsetrecipients: + skrah, pitrou, vstinner, serhiy.storchaka
2013-11-14 12:38:39skrahsetmessageid: <[email protected]>
2013-11-14 12:38:39skrahlinkissue19568 messages
2013-11-14 12:38:39skrahcreate