[IronPython] None as a dictionary key

Sanghyeon Seo sanxiyn at gmail.com
Mon May 1 03:53:16 PDT 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 users mailing list