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 pitrou
Recipients kristjan.jonsson, pitrou, sbt
Date 2011-03-20.17:26:25
SpamBayes Score 3.9905302e-08
Marked as misclassified No
Message-id <1300641986.33.0.396571167233.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
> It appears that the thread_id field is never actually used
> -- is it there to help with debugging?  Perhaps it should just be
> removed.

True, I think we can remove it.

> does this mean that in Python 3.2
> threads are only supported with pthreads and win32?  If so you can
> get rid of all those other thread_*.h files.

Getting ridding them is scheduled for 3.3.
History
Date User Action Args
2011-03-20 17:26:26pitrousetrecipients: + pitrou, kristjan.jonsson, sbt
2011-03-20 17:26:26pitrousetmessageid: <1300641986.33.0.396571167233.issue11618@psf.upfronthosting.co.za>
2011-03-20 17:26:25pitroulinkissue11618 messages
2011-03-20 17:26:25pitroucreate