Issue 19644: Failing of interpreter when slicing a string in MacOS X Maverics
Issue19644
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) * ![]() |
Date: 2013-11-18 12:45 | |
This is a duplicate of #18458. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:53 | admin | set | github: 63843 |
| 2013-11-18 12:45:45 | ezio.melotti | set | status: open -> closed superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update nosy:
+ ezio.melotti |
| 2013-11-18 12:43:50 | torbad | create | |
