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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19644>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to