On Wed, Feb 10, 2016 at 6:07 AM, Martin Phillips
wrote:
>
> Several functions in the C library return pointers to dynamically allocated
> w_char null
> terminated strings. I need to copy the string to a Python variable and call
> an existing
> library function that will free the dynamically allo
On Wed, Feb 10, 2016 at 5:07 AM, Martin Phillips
wrote:
> I am writing a Python wrapper to go around a C library. I have encountered a
> problem that I have been unable to resolve with
> countless web searches.
>
>
>
> Several functions in the C library return pointers to dynamically allocated
>
I am writing a Python wrapper to go around a C library. I have encountered a
problem that I have been unable to resolve with
countless web searches.
Several functions in the C library return pointers to dynamically allocated
w_char null terminated strings. I need to copy the
string to a Pytho