[IronPython] Weird bug

Sanghyeon Seo sanxiyn at gmail.com
Sat Oct 21 12:23:01 CEST 2006


This is downright weird:

# bug.py
items = globals().items()

TypeError: Uninitialized object is not callable

The bug happens only if you run from the file. Console is okay. I
found this while trying to run test_sax.py in the Python test suite.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list