[issue19644] Failing of interpreter when slicing a string in MacOS X Maverics

Dmitry report at bugs.python.org
Mon Nov 18 13:43:50 CET 2013


New submission from Dmitry:

I launch python3 on MacOS X Maverics and do the following things:
a = '12345'
a[:-0]
And the interpreter (application python3) crashes with sigfault. Everything is OK with python2 on this computer (the same code returnes '') and with the same version of Python on linux computer

----------
assignee: ronaldoussoren
components: Macintosh
files: Снимок экрана 2013-11-18 в 16.39.46.png
messages: 203289
nosy: ronaldoussoren, torbad
priority: normal
severity: normal
status: open
title: Failing of interpreter when slicing a string in MacOS X Maverics
versions: Python 3.3
Added file: http://bugs.python.org/file32690/Снимок экрана 2013-11-18 в 16.39.46.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19644>
_______________________________________


More information about the Python-bugs-list mailing list