[IronPython] Updating globals()

Dino Viehland dinov at exchange.microsoft.com
Mon Mar 27 18:30:01 CEST 2006


Thanks for the bug report Seo. I can repro this on our current builds and have filed the bug.  I think we'll be able to get this one fixed for beta 5.

Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)
-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Monday, March 27, 2006 12:26 AM
To: Discussion of IronPython
Subject: [IronPython] Updating globals()

Updating module-level globals() raises AttributeError.

vars = {'a': 1, 'b': 2}
globals().update(vars)
print a, b

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