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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ezio.melotti, vstinner
Date 2012-11-29.12:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354193508.42.0.911887136635.issue16577@psf.upfronthosting.co.za>
In-reply-to
Content
The test created by 504084c04ac0 passes for bad reasons, at least for the second part:
- "test.mutating" error handler is never used.
- If I replace the last line of the test, it still passes, but the TypeError is raised by exc.object[:] = b"" (bytes are not mutable!)

I suggest to revert this old change completely. The premises ("the decoder might use memory that's no longer in use") are no longer true.
History
Date User Action Args
2012-11-29 12:51:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, ezio.melotti
2012-11-29 12:51:48amaury.forgeotdarcsetmessageid: <1354193508.42.0.911887136635.issue16577@psf.upfronthosting.co.za>
2012-11-29 12:51:48amaury.forgeotdarclinkissue16577 messages
2012-11-29 12:51:47amaury.forgeotdarccreate