[Python.NET] Updates to callconvutil.cs for .NET 2.0
Michael Eddington
meddington at gmail.com
Thu Sep 15 02:07:09 CEST 2005
Anyone else out there started to mess with Python.NET on the 2.0 platform?
One of the first hurtles was the output from ildasm does not always place
the method name on the next line, causing callconvutil to place the modopt
in the wrong place. I've added a regex in to check for and split the method
line if the function name is found.
mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20050914/a4572334/attachment.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: callconvutil.cs
Url: http://mail.python.org/pipermail/pythondotnet/attachments/20050914/a4572334/callconvutil.pot
More information about the PythonDotNet
mailing list