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 gwk
Recipients gwk
Date 2013-10-23.16:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382545762.91.0.129230016295.issue19366@psf.upfronthosting.co.za>
In-reply-to
Content
I can crash python2.7.5 python3.3.2 from the REPL consistently:

$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> s = '\\t'
>>> s
Segmentation fault: 11
$ 

the same goes for:
Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

both of these python builds are the mac binaries from python.org.
History
Date User Action Args
2013-10-23 16:29:22gwksetrecipients: + gwk
2013-10-23 16:29:22gwksetmessageid: <1382545762.91.0.129230016295.issue19366@psf.upfronthosting.co.za>
2013-10-23 16:29:22gwklinkissue19366 messages
2013-10-23 16:29:22gwkcreate