xzlwbl / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

Comparing `func_t` instance to other types raises exception #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get a func_t instance (using idaapi.get_func)
2. Compare it to None

What is the expected output? What do you see instead?
I was expecting False to be returned, but an exception was raised instead.

What version of the product are you using? On what operating system?
IDA 6.7, Windows 8

Original issue reported on code.google.com by flynns...@gmail.com on 31 Mar 2015 at 9:17