<Test></Test>
<Creator>Alexandru Ghiondea</Creator>
<CreatedDate>3/17/2009</CreatedDate>
<NewInternalID>639077</NewInternalID>
<OldInternalID></OldInternalID>
<AreaPath>IronPython\Runtime</AreaPath>
<Description>
</Description>
<Repro>
Compile and run this code (reference the attached files)
using System;using IronPython.Hosting;using Microsoft.Scripting.Hosting;
class Operator{ static void Main() { ScriptRuntime py = Python.CreateRuntime(); dynamic pythonCode =
py.UseFile(@"PythonOperator.py"); }}
When you run this, you get a StackOverFlow exception at the UseFile call.
This does not repro on a ENU OS with build 20316.00. Also, copying the binary from a JPN os to an ENU OS makes this stop reproing. (foo.exe is the compiled executable)
A machine you can repro this on is VBD2-EM64T
</Repro>
<History>
</History>