New submission from Johan Dahlberg: 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. ---------- components: Windows files: bytearray_bug.py messages: 241316 nosy: johan, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Crash when deleting slices from duplicated bytearray type: crash versions: Python 3.4 Added file: http://bugs.python.org/file39086/bytearray_bug.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23985> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com