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.

Author vstinner
Recipients brett.cannon, eric.araujo, jcea, pitrou, vstinner
Date 2011-04-19.21:04:13
SpamBayes Score 0.008487576
Marked as misclassified No
Message-id <1303247054.29.0.294311351259.issue11863@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-04-19 21:04:14vstinnersetrecipients: + vstinner, brett.cannon, jcea, pitrou, eric.araujo
2011-04-19 21:04:14vstinnersetmessageid: <1303247054.29.0.294311351259.issue11863@psf.upfronthosting.co.za>
2011-04-19 21:04:13vstinnerlinkissue11863 messages
2011-04-19 21:04:13vstinnercreate