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 sbt
Recipients amaury.forgeotdarc, jcea, sbt
Date 2012-09-17.20:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347913029.92.0.0701048960723.issue15903@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which checks the refcount of the memoryview and bytes object after calling readinto().

If either refcount is larger than the expected value of 1, then the data is copied rather than resized.
History
Date User Action Args
2012-09-17 20:17:10sbtsetrecipients: + sbt, jcea, amaury.forgeotdarc
2012-09-17 20:17:09sbtsetmessageid: <1347913029.92.0.0701048960723.issue15903@psf.upfronthosting.co.za>
2012-09-17 20:17:09sbtlinkissue15903 messages
2012-09-17 20:17:09sbtcreate