[Ironpython-users] Patch

Jeff Hardy jdhardy at gmail.com
Fri Feb 24 05:32:57 CET 2012


On Thu, Feb 23, 2012 at 7:55 PM, Slide <slide.o.mix at gmail.com> wrote:
> Just wanted to get this out for review before I push it. I would have done
> it through my fork on github and issued a pull request, but my fork is
> currently messed up. Let me know if you see anything out of the ordinary.
>
> Fixes 32288 and 26706

The change to InitializeModule won't work, sorry. Default params don't
work under v2 compilers, and I think they break binary compatibility.
Better to add a new method that processes the envvars and emit a call
to it in pyc.py.

- Jeff


More information about the Ironpython-users mailing list