[IronPython] Function call bug

Martin Maly Martin.Maly at microsoft.com
Mon Jul 17 17:46:33 CEST 2006


Thank you, Seo, opened as bug 1018 on CodePlex. Hopfully this will be an easy fix.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Monday, July 17, 2006 5:42 AM
To: Discussion of IronPython
Subject: [IronPython] Function call bug

I am very surprised to find this.

# test.py
def f(a, *b): print a
f(1, *[2])

Seo Sanghyeon
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list