Lawrence D'Oliveiro, 08.02.2010 09:53:
> I wrote my first Python extension library over the last couple of weeks. I 
> took note of all the recommendations to keep track of reference counts, to 
> ensure that objects were not disposed when they shouldn’t be, and were when 
> they should.

This sounds more like a case for Cython to me, should have saved you a lot
of time.

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to