[issue3117] segfault with (None,) as argument in a def/lambda

2008-06-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r64300. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3117] segfault with (None,) as argument in a def/lambda

2008-06-15 Thread Enrico Santoemma
New submission from Enrico Santoemma <[EMAIL PROTECTED]>: This wrong expression >>> lambda (None,):None and this statement >>> def f( (None,) ): pass crash the interpreter. Python 2.5.1 (r251:54863, Mar 7 2008, 03:41:45) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "c