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 JohnLeitch
Recipients JohnLeitch, benjamin.peterson, serhiy.storchaka
Date 2015-07-24.20:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437768449.17.0.756331576394.issue24613@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify one point, passing self to array.fromstring works as expected almost all the time in 2.7. My testing revealed anomalous behavior <1% of the time, and it was almost always non-fatal corruption of the buffer. It stands to reason that legacy code may exist that relies on similar operations, and such code would be broken by the requested change.
History
Date User Action Args
2015-07-24 20:07:29JohnLeitchsetrecipients: + JohnLeitch, benjamin.peterson, serhiy.storchaka
2015-07-24 20:07:29JohnLeitchsetmessageid: <1437768449.17.0.756331576394.issue24613@psf.upfronthosting.co.za>
2015-07-24 20:07:29JohnLeitchlinkissue24613 messages
2015-07-24 20:07:28JohnLeitchcreate