Bugs item #831774, was opened at 2003-10-28 07:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=831774&group_id=14534
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: NSDecimalNumber instances handled incorrectly
Initial Comment:
NSDecimalNumbers are not handled correctly going back to
ObjC.
That is, while NSDecimalNumbers are correctly converted to
python doubles, when going back to Objective-C, they are
converted to NSNumbers instead. The problem with this is
that NSNumber doesn't implement things like:
- (NSDecimalNumber *) decimalNumberByMultiplyingBy:
(NSDecimalNumber *);
pi...@ma...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=831774&group_id=14534
|