Hello omniORB list,
After:
...
obj = orb.resolve_initial_references("RootPOA")
root_poa = obj._narrow(PortableServer.POA)
I get a crash! (quite nasty)
(Win2K, Python 2.1.1, omniORB3.04/omniORBpy1.4)
When I skip _narrow()--no problem.
Of course I realize that sometimes I don't need to narrow in Python, but it
shouldn't hurt, should it?
Any comments?
Krzysztof