◐ Shell
clean mode source ↗

Message 203289 - Python tracker

Message203289

Author torbad
Recipients ronaldoussoren, torbad
Date 2013-11-18.12:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384778630.66.0.716752649372.issue19644@psf.upfronthosting.co.za>
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: <1384778630.66.0.716752649372.issue19644@psf.upfronthosting.co.za>
2013-11-18 12:43:50torbadlinkissue19644 messages
2013-11-18 12:43:50torbadcreate