Bug#302016: swig: Swig_symbol_clookup goes into infinite recursion on "using ::baz;"

2005-03-29 Thread Jeremy H. Brown
Package: swig Version: 1.3.24-1 Severity: important When wrapping C++ for use from Python, qan expression of the form "using ::baz;" sends Swig_symbol_clookup into an infinite recursion that ends with a segfault when the stack is exhausted. This makes it pretty much unusable on a our code. Swig

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 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 met