Antoine Pitrou <[email protected]> added the comment: > pthread_sigmask should be used instead. I could either expose both of > > these and let the caller choose, or I could make signal.sigprocmask use > > pthread_sigmask if it's available, and fall back to sigprocmask.
Or perhaps you could disable the feature if pthread_sigmask isn't available. Apparently, FreeBSD and Mac OS X have it, as well as Linux. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
