search for: _wrap_new_classb

Displaying 1 result from an estimated 1 matches for "_wrap_new_classb".

2005 Oct 09
1
[Fwd: Re: [Swig] typemap + default argument bug?]
...Kevin -------- Original Message -------- Subject: Re: [Swig] typemap + default argument bug? Date: Tue, 27 Sep 2005 15:57:52 -0400 (EDT) From: Josh Cherry <jcherry@ncbi.nlm.nih.gov> To: Charles@Schwieters.org CC: swig@cs.uchicago.edu On Tue, 27 Sep 2005 Charles@Schwieters.org wrote: > _wrap_new_ClassB calls SWIG_ConvertPtr to convert the instanceName > argument to a p_String, thereby ignoring the typemap. > > Previous versions of swig do not seem to exhibit this behavior (I > checked 1.3.22 and 1.3.24). They seem to treat the instanceName > argument as a PyObject* before calling s...