The Case For Do-Once

Stefan Behnel stefan_ml at behnel.de
Mon Feb 8 04:19:54 EST 2010


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



More information about the Python-list mailing list