[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to ignore SIGRT* in python?

From: Dan Christian <dchristian_at_google.com>
Date: 2007-08-22 19:01:15 CEST

I'm playing around with a patch that caches revision reads using
memcached. It seems to work very well, but all the python based tests
fail.

The memcached support uses libevent, which uses real time signals
(SIGRTMIN). The C tests happily ignore this, but python sees the
signal and aborts.

How can I get python to ignore SIGRT* (at least for the tests)? I
think I know how to get python to ignore the signal, the real question
is what is the best place to put that in the code?

-Dan C

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 22 18:59:01 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.