This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alanmcintyre, georg.brandl, ggenellina, pitrou, sf-robot, wrogner
Date 2009-03-31.13:17:18
SpamBayes Score 0.017506931
Marked as misclassified No
Message-id <1238505439.76.0.833814822386.issue1717900@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, an easy way to fix it would probably to rewrite the
destructor in the following way (haven't tested):

    def __del__(self):
        self.__class__.population -= 1
History
Date User Action Args
2009-03-31 13:17:19pitrousetrecipients: + pitrou, georg.brandl, sf-robot, alanmcintyre, ggenellina, wrogner
2009-03-31 13:17:19pitrousetmessageid: <1238505439.76.0.833814822386.issue1717900@psf.upfronthosting.co.za>
2009-03-31 13:17:18pitroulinkissue1717900 messages
2009-03-31 13:17:18pitroucreate