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: lambda function segfault
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dasn, georg.brandl
Priority: critical Keywords:

Created on 2007-04-01 10:05 by dasn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31684 - (view) Author: Dasn (dasn) Date: 2007-04-01 10:05
>>> lambda ((x,y)): 'ok'
Segment fault (core dumped).
msg31685 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-04-01 10:15
Thanks, this is already fixed in SVN and will be part of 2.5.1, which is scheduled to be released soon.
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44790
2007-04-01 10:05:12dasncreate