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, jcea, sbt
Date 2012-09-10.20:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347307270.91.0.883729625848.issue15903@psf.upfronthosting.co.za>
In-reply-to
Content
It works as along as the bytes object cannot leak to Python code, (imagine a custom readinto() method which plays with gc.get_referrers, then calls hash(b)...)
This is OK with this patch.
History
Date User Action Args
2012-09-10 20:01:10amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jcea, sbt
2012-09-10 20:01:10amaury.forgeotdarcsetmessageid: <1347307270.91.0.883729625848.issue15903@psf.upfronthosting.co.za>
2012-09-10 20:01:10amaury.forgeotdarclinkissue15903 messages
2012-09-10 20:01:10amaury.forgeotdarccreate