In <[EMAIL PROTECTED]>, Sheldon wrote:

> Now I am wondering if the problem is in Python and the wrapper? Does
> anybody have any idea or experience with this? I am running on
> Mandrake10 using python 2.3. I am not exactly sure which C wrapper I am
> using as I have copied it from another person.

What do you mean by "C wrapper"?  You know that Python uses reference
counters to manage memory and that you are responsible for these counters
if you are dealing with Python objects in your C extension?

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to