[IronPython] Blatant bug

Dino Viehland dinov at exchange.microsoft.com
Mon Nov 27 23:12:11 CET 2006


Thanks for reporting this.  I've opened bug # 5974 (http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=5974).

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Sunday, November 26, 2006 3:17 AM
To: Discussion of IronPython
Subject: [IronPython] Blatant bug

def f(*a, **b): print a, b
f(0, x=1, *[2])

TypeError: Cannot cast from source type to destination type.

Since this is part of Python standard library and not part of Python
the language, I think it's very obvious that this bug is irrelevant
for 1.0-matureness of IronPython. Bwahaha.

Sorry.

I haven't tested this on MS.NET. Safeguarding. Just in case.

--
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