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

Henk-Jaap Wagenaar report at bugs.python.org
Tue Apr 15 18:41:05 CEST 2014


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 interactive mode is entered, assigning a value to it seg faults the console as well, but executing "foo1" *does* work.

It does not seem to crash problems on my friends PC (running Ubuntu).

----------
messages: 216334
nosy: Henk-Jaap.Wagenaar
priority: normal
severity: normal
status: open
title: Variable name with number causes interactive console to crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21241>
_______________________________________


More information about the Python-bugs-list mailing list