[IronPython] Executing a python source from C#

Keith J. Farmer kfarmer at thuban.org
Fri Apr 29 19:35:01 CEST 2005


What happens if we send in a partial block, as might happen when creating an embeddable console?

		string stmt = "for i in range(6):";
		engine.Execute(stmt);

Or is it expected that we ensure that such things don't happen?

 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 3183 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050429/0386cd02/attachment.bin>


More information about the Ironpython-users mailing list