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.

作者 tim.golden
收信人 Devin Jeanpierre, Dude-X, amaury.forgeotdarc, brian.curtin, christian.heimes, loewis, mhammond, pitrou, r.david.murray, ronaldoussoren, santoso.wijaya, tim.golden
日期 2012-06-27.09:33:46
SpamBayes Score -1.0
Marked as misclassified
Message-id <1340789627.24.0.612606927872.issue1677@psf.upfronthosting.co.za>
In-reply-to
内容
Just to confirm: I can reproduce this more or less consistently on all versions of Python 2.2 -> 3.2 on Windows 7. Those are distribution builds -- ie not debug builds I've made myself. But it certainly does occur on a debug build of 2.7.

I'm trying to narrow it down through some instrumentation (read: printf) on the 2.7 branch. The MSDN page for signal warns that a separate thread will be created for the signal handler which will muddy the waters.
历史
日期 用户 动作 参数
2012-06-27 09:33:47tim.golden修改recipients: + tim.golden, loewis, mhammond, ronaldoussoren, amaury.forgeotdarc, pitrou, christian.heimes, Dude-X, Devin Jeanpierre, r.david.murray, brian.curtin, santoso.wijaya
2012-06-27 09:33:47tim.golden修改messageid: <1340789627.24.0.612606927872.issue1677@psf.upfronthosting.co.za>
2012-06-27 09:33:46tim.golden链接issue1677 messages
2012-06-27 09:33:46tim.golden创建