[IronPython] None as a dictionary key
Sanghyeon Seo
sanxiyn at gmail.com
Mon May 1 12:53:16 CEST 2006
# test.py
d = {}
d[None, 1] = 2
# IronPython
SystemError: Object reference not set to an instance of an object.
Seo Sanghyeon
More information about the Ironpython-users
mailing list