This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: def foo(((x))) segfault
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tonylownds
Priority: normal Keywords:

Created on 2006-11-26 19:52 by tonylownds, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python_ast.patch tonylownds, 2006-11-26 19:52 Patch for Python/ast.c against Python-2.5 release
Messages (2)
msg30676 - (view) Author: Tony Lownds (tonylownds) Date: 2006-11-26 19:52
python
Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) 
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> def f(((x))): pass
... 
Bus error
msg30677 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-11-26 20:01
This has already been fixed on the Subversion trunk, but thanks for the report anyway.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44278
2006-11-26 19:52:37tonylowndscreate