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.

作者 pitrou
收信人 brett.cannon, eric.araujo, jcea, pitrou, vstinner
日期 2011-04-19.21:13:55
SpamBayes Score 0.00206775
Marked as misclassified
Message-id <1303247633.3741.2.camel@localhost.localdomain>
In-reply-to <1303247054.29.0.294311351259.issue11863@psf.upfronthosting.co.za>
内容
> Python/thread.c contains a reference to a missing file:
> 
> #ifdef PLAN9_THREADS
> #include "thread_plan9.h"
> #endif
> 
> But I don't see where PLAN9_THREADS is defined.
> 
> remove_threads.patch removes these 3 lines.
> 
> --
> 
> There is also an unused file: Python/thread_wince.c. Can it be removed?

+1 to both.
历史
日期 用户 动作 参数
2011-04-19 21:13:56pitrou修改recipients: + pitrou, brett.cannon, jcea, vstinner, eric.araujo
2011-04-19 21:13:55pitrou链接issue11863 messages
2011-04-19 21:13:55pitrou创建