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.

作者 vstinner
收信人 benjamin.peterson, exarkun, gregory.p.smith, loewis, marcin.bachry, pitrou, python-dev, schmichael, spiv, tseaver, vstinner
日期 2011-05-04.10:40:42
SpamBayes Score 1.0441101e-08
Marked as misclassified
Message-id <1304505643.13.0.544313610223.issue8407@psf.upfronthosting.co.za>
In-reply-to
内容
> c) Skip the test if the _tkinter thread is present (...)

I opened issue #11998 for the problem with test_signal and the _tkinter module. To get back green buildbots, I commited a workaround:

New changeset 88dca05ed468 by Victor Stinner in branch 'default':
Issue #11998, issue #8407: workaround _tkinter issue in test_signal
http://hg.python.org/cpython/rev/88dca05ed468

> a) Use pthread_kill() to send the signal directly
> to the right thread (...)

I'm still working on this solution to test blocked signals even if _tkinter is loaded.
历史
日期 用户 动作 参数
2011-05-04 10:40:43vstinner修改recipients: + vstinner, loewis, gregory.p.smith, spiv, exarkun, tseaver, pitrou, benjamin.peterson, marcin.bachry, schmichael, python-dev
2011-05-04 10:40:43vstinner修改messageid: <1304505643.13.0.544313610223.issue8407@psf.upfronthosting.co.za>
2011-05-04 10:40:42vstinner链接issue8407 messages
2011-05-04 10:40:42vstinner创建