[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Ned Deily
Changes by Ned Deily : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Ned Deily
Ned Deily added the comment: See Issue18458. Update to the latest Python 3.3.5 or 3.4.0. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected superseder: -> interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update ___

[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Henk-Jaap Wagenaar
Changes by Henk-Jaap Wagenaar : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Henk-Jaap Wagenaar
New submission from Henk-Jaap Wagenaar: Executing in the interactive console: "foo1 = 0" and then "foo1" gives "Segmentation Fault: 11" on OS X 10.9.2, Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] If foo1 is defined in a program, and in