[issue21064] Simple segfault

2014-03-25 Thread Ned Deily
Ned Deily added the comment: Yes, upgrade. See Issue18458 for details. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

[issue21064] Simple segfault

2014-03-25 Thread STINNER Victor
STINNER Victor added the comment: Please upgrade to Python 3.3.5 or even to Python 3.4 (!) which are already fixed. -- nosy: +haypo, hynek, ned.deily ___ Python tracker ___

[issue21064] Simple segfault

2014-03-25 Thread Jona Sassenhagen
Jona Sassenhagen added the comment: In fact this minimal example is sufficient to cause a CtD (OSX 10.9.2): $ 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 informa

[issue21064] Simple segfault

2014-03-25 Thread Jona Sassenhagen
New submission from Jona Sassenhagen: Simple OOP segfault CtD using OSX 10.9.2 User@here:~/$ 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. >>> >>> cl