Re: [Pyobjc-dev] Lion and pyobjc 2.2b3 Decimal compares with NSDecimalNumber compare goes in endles
Brought to you by:
ronaldoussoren
From: Aahz <aa...@py...> - 2011-11-30 02:18:00
|
On Tue, Nov 22, 2011, Marc Van Olmen wrote: > > for our project we haven't upgraded to latest version of pyobjc I just > notice we run with 2.2b3 but we have the following bug on Lion Only: > > When bindings try to compare a decimal number that originally came from > Python code. It goes in endless recursive calls... Nobody else has responded, so I'll just suggest that you should explicitly convert between Python Decimal and NSDecimalNumber. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ "....Normal is what cuts off your sixth finger and your tail..." --Siobhan |