> 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

Strange -- no, I haven't seen anything like that before. But 
I can reproduce it :(

I've added a failing test case and I'll look into it.

thx,

-Brian

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to