[Python.NET] delegate funkiness

Mathew Yeates myeates at jpl.nasa.gov
Sat Jun 3 01:06:03 CEST 2006


Hi Brian
I have a delegate in python that returns a bool
def returnFalse():
    return False

However, when this function is called from my c# compiled .Net program 
it always sees a return value of True. Seen this before?
(This is with the latest in svn)

Mathew



More information about the PythonDotNet mailing list