[issue21433] False = True produces segfault

2014-05-04 Thread Samuel Ainsworth
New submission from Samuel Ainsworth: Running this: False = True Segmentation fault: 11 gives me this: Process: Python [17911] Path: /Library/Frameworks/Python.framework/Versions/3.3/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 3.3.1

[issue21433] False = True produces segfault

2014-05-04 Thread Samuel Ainsworth
Changes by Samuel Ainsworth samuel_ainswo...@brown.edu: -- type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21433 ___ ___

[issue21433] False = True produces segfault

2014-05-04 Thread Ned Deily
Ned Deily added the comment: See Issue18458. Update to the latest Python 3.3.5 or 3.4.x. -- nosy: +ned.deily resolution: - duplicate stage: - resolved status: open - closed superseder: - interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit