New submission from George King:

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.

----------
components: Interpreter Core
messages: 201037
nosy: George.King
priority: normal
severity: normal
status: open
title: Segfault in REPL due to escaped tab.
type: crash
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19366>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to