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 johan
Recipients johan, steve.dower, tim.golden, zach.ware
Date 2015-04-17.06:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429252668.91.0.45841644858.issue23985@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.3 crashes after some time when running the attached program under Windows 7.

The program appends a fixed bytes "string" to two independent bytearray buffers.
If slices are removed from the beginnging of the two buffers and the two buffers are print:ed, the program will crash at some random occation.
History
Date User Action Args
2015-04-17 06:37:49johansetrecipients: + johan, tim.golden, zach.ware, steve.dower
2015-04-17 06:37:48johansetmessageid: <1429252668.91.0.45841644858.issue23985@psf.upfronthosting.co.za>
2015-04-17 06:37:48johanlinkissue23985 messages
2015-04-17 06:37:48johancreate