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.

classification
Title: Failing of interpreter when slicing a string in MacOS X Maverics
Type: Stage: resolved
Components: macOS Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
View: 18458
Assigned To: ronaldoussoren Nosy List: ezio.melotti, ronaldoussoren, torbad
Priority: normal Keywords:

Created on 2013-11-18 12:43 by torbad, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Снимок экрана 2013-11-18 в 16.39.46.png torbad, 2013-11-18 12:43 The screenshot of a fault
Messages (2)
msg203289 - (view) Author: Dmitry (torbad) Date: 2013-11-18 12:43
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
msg203290 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-11-18 12:45
This is a duplicate of #18458.
History
Date User Action Args
2022-04-11 14:57:53adminsetgithub: 63843
2013-11-18 12:45:45ezio.melottisetstatus: open -> closed

superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

nosy: + ezio.melotti
messages: + msg203290
resolution: duplicate
stage: resolved
2013-11-18 12:43:50torbadcreate