STINNER Victor <victor.stin...@haypocalc.com> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to