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 neologix
Recipients benjamin.peterson, exarkun, giampaolo.rodola, gregory.p.smith, jcea, loewis, marcin.bachry, neologix, pitrou, python-dev, schmichael, skrah, spiv, tseaver, vstinner
Date 2011-06-09.17:17:20
SpamBayes Score 4.9891252e-05
Marked as misclassified No
Message-id <BANLkTi=kj+3M1f4=1adWHEQwHFA_SMm+fA@mail.gmail.com>
In-reply-to <1307615622.95.0.282461039492.issue8407@psf.upfronthosting.co.za>
Content
I just noticed something "funny": signal_sigwait doesn't release the
GIL, which means that it's pretty much useless :-)
Patch attached.
Also, test_sigwait doesn't block the signal before calling sigwait: it
happens to work because there's only one thread, but it's undefined
behaviour.
Files
File name Uploaded
sigwait_gil.diff neologix, 2011-06-09.17:17:20
History
Date User Action Args
2011-06-09 17:17:21neologixsetrecipients: + neologix, loewis, gregory.p.smith, jcea, spiv, exarkun, tseaver, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, marcin.bachry, schmichael, skrah, python-dev
2011-06-09 17:17:20neologixlinkissue8407 messages
2011-06-09 17:17:20neologixcreate