Ross Lagerwall <[email protected]> added the comment: > The right approach is to use sigblock/sigsetmask before creating the > process, and then again after creating it. Unfortunately, these aren't > exposed from the signal module.
Since 3.3, pthread_sigmask is exposed so the right approach can now be taken ;-) Closing as invalid. ---------- nosy: +rosslagerwall resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10636> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
