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.

Author torbad
Recipients ronaldoussoren, torbad
Date 2013-11-18.12:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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
History
Date User Action Args
2013-11-18 12:43:50torbadsetrecipients: + torbad, ronaldoussoren
2013-11-18 12:43:50torbadsetmessageid: <[email protected]>
2013-11-18 12:43:50torbadlinkissue19644 messages
2013-11-18 12:43:50torbadcreate