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 Rhamphoryncus
Recipients Rhamphoryncus, bamby, exarkun, georg.brandl, gvanrossum, laca, movement, mstepnicki, pitrou, ross
Date 2009-12-14.22:20:38
SpamBayes Score 1.700723e-07
Marked as misclassified No
Message-id <1260829239.97.0.210967383149.issue1975@psf.upfronthosting.co.za>
In-reply-to
Content
A better solution would be to block all signals by default, then unblock
specific ones you expect.  This avoids races (as undeliverable signals
are simply deferred.)

Note that readline is not threadsafe anyway, so it doesn't necessarily
need to allow calls from the non-main thread.  Maybe somebody is using
that way, dunno.
History
Date User Action Args
2009-12-14 22:20:40Rhamphoryncussetrecipients: + Rhamphoryncus, gvanrossum, georg.brandl, exarkun, pitrou, movement, ross, bamby, laca, mstepnicki
2009-12-14 22:20:39Rhamphoryncussetmessageid: <1260829239.97.0.210967383149.issue1975@psf.upfronthosting.co.za>
2009-12-14 22:20:38Rhamphoryncuslinkissue1975 messages
2009-12-14 22:20:38Rhamphoryncuscreate