ANN: python-aspects 1.2 released

2008-10-09 Thread Antti Kervinen
Hello! aspects.py is a lightweight and low-level library for intercepting function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original

ANN: rthread - distributed computing by remote threads

2006-12-12 Thread Antti Kervinen
/~ask/rthread/index.html Yours, Antti Kervinen -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: Timing out arbitrary functions

2005-12-28 Thread antti kervinen
to be interrupted, or leaving it running in the background after the timeout (which is what timeout_advice.py does) may be surprising. -- Antti Kervinen -- http://mail.python.org/mailman/listinfo/python-list