[Zope-CVS] CVS: PythonNet - README.txt:1.1
Brian Lloyd
brian@zope.com
Mon, 17 Feb 2003 22:32:00 -0500
Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv3737/PythonNet
Added Files:
README.txt
Log Message:
Added directory for Python Scripting for .NET
=== Added File PythonNet/README.txt ===
Issues:
- Do we need to pin a string when we pass it to a Python api call?
- I suppose PyString_AsString is safe so long as we incref - but
only when creating a PyString. What happens when we return a
native CLR string from a Python API call? Is it a copy?
- Need to figure out how to expose exceptions :(
- Should GetHashCode return a python hash() ?
- Need to note that this will not work with Py_TRACE_REFS etc. enabled.
- how the hell do you call a function pointer from C#?