Issue 1692280: lambda function segfault (original) (raw)

Issue1692280

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:23 admin set github: 44790
2007-04-01 10:05:12 dasn create