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 ajaksu2, pitrou, thaar
Date 2009-02-14.16:52:19
SpamBayes Score 2.9730995e-11
Marked as misclassified No
Message-id <1234630340.95.0.216622029902.issue995907@psf.upfronthosting.co.za>
In-reply-to
Content
I can't understand problem number 1 either. I suspect it is a
misunderstanding by the poster, since he is talking about a "destructor
of the c++ based library" and there's no c++ code in the interpreter.

As for number 2, it is a legitimate feature request. However, since the
current Timer class is very inefficient (one separate thread for each
timer), it would make sense to rephrase it as a more general suggestion
to re-implement the Timer class using a single background thread and a
heapq-based priority queue. It would be a good project for someone
wanting to start contributing to the interpreter.
History
Date User Action Args
2009-02-14 16:52:21pitrousetrecipients: + pitrou, thaar, ajaksu2
2009-02-14 16:52:20pitrousetmessageid: <1234630340.95.0.216622029902.issue995907@psf.upfronthosting.co.za>
2009-02-14 16:52:19pitroulinkissue995907 messages
2009-02-14 16:52:19pitroucreate