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 BreamoreBoy, gregory.p.smith, pitrou, rnk, sargo
Date 2011-01-05.18:03:37
SpamBayes Score 0.0052498565
Marked as misclassified No
Message-id <1294250619.14.0.844991284552.issue6532@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the issue is that signedness differs depending on the platform. Under Windows, thread ids are signed (DWORD). Satisfying all cases would complicate things quite a bit.
History
Date User Action Args
2011-01-05 18:03:39pitrousetrecipients: + pitrou, gregory.p.smith, rnk, sargo, BreamoreBoy
2011-01-05 18:03:39pitrousetmessageid: <1294250619.14.0.844991284552.issue6532@psf.upfronthosting.co.za>
2011-01-05 18:03:37pitroulinkissue6532 messages
2011-01-05 18:03:37pitroucreate