Bug#294241: swig: Bad casts in return-by-value Python (fixed in upstream (1.3.23+))

2005-02-08 Thread Jeremy H. Brown
Subject: none Bcc: Jeremy H. Brown [EMAIL PROTECTED] Package: swig Version: 1.3.22-5 When generating for python, the wrapper for a method which returns a const C++ object by value creates a SwigValueWrapper templatized on the const return type. However, later in the method it casts the

Bug#294241: swig: Bad casts in return-by-value Python (fixed in upstream (1.3.23+))

2005-02-08 Thread Jeremy H. Brown
Many thanks for the rapid turnaround! I'm only peripherally aware of the runtime issue; good luck sorting it out. Jeremy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#294241: swig: Bad casts in return-by-value Python (fixed in upstream (1.3.23+))

2005-02-08 Thread Torsten Landschoff
Hi Jeremy, On Tue, Feb 08, 2005 at 01:03:24PM -0500, Jeremy H. Brown wrote: (typically with a segfault.) More detail on this bug, including example code, is available here: https://sourceforge.net/tracker/?group_id=1645atid=101645func=detailaid=899332 A patch that fixes it is here: