[Python.NET] delegate funkiness

Brian Lloyd Brian.Lloyd at revolution.com
Mon Jun 5 15:27:31 CEST 2006


 
> 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



More information about the PythonDotNet mailing list