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 pitrou, sbt, serhiy.storchaka
Date 2012-08-05.17:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344186197.65.0.534268597108.issue15528@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why you have two names: finalize and Finalizer. Let's keep only one of them.

isalive() could be a read-only property named "alive" instead.

In _make_callback, I still think the default error reporting mechanism should be kept. It can be improved separately.
History
Date User Action Args
2012-08-05 17:03:17pitrousetrecipients: + pitrou, sbt, serhiy.storchaka
2012-08-05 17:03:17pitrousetmessageid: <1344186197.65.0.534268597108.issue15528@psf.upfronthosting.co.za>
2012-08-05 17:03:17pitroulinkissue15528 messages
2012-08-05 17:03:17pitroucreate