[IronPython] __displayhook__

Seo Sanghyeon sanxiyn at gmail.com
Sun Aug 31 13:03:51 CEST 2008


2008/8/31 Michael Foord <fuzzyman at voidspace.org.uk>:
> There is another weirder issue that William has discovered. Ironclad works
> by installing an import hook. In the process of this, the following things
> happen:
>
> * sys.executable gets set to None
> * sys.argv[0] gets set to None
> * Our patched sys.__displayhook__ disappears
>
> Unfortunately a 'minimal repro' of this is not easy - so I'm reporting it
> here in the meantime.

This sounds like that sys module is being reloaded.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list