[issue11863] Enforce PEP 11 - remove support for legacy systems

Antoine Pitrou report at bugs.python.org
Tue Apr 19 23:13:56 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11863>
_______________________________________


More information about the Python-bugs-list mailing list