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 eckhardt
Recipients amaury.forgeotdarc, eckhardt, kristjan.jonsson
Date 2009-01-06.08:39:45
SpamBayes Score 0.0753867
Marked as misclassified No
Message-id <1231231187.1.0.258700906022.issue3582@psf.upfronthosting.co.za>
In-reply-to
Content
I do have an issue with the patch's startup code. The prototype for 
the thread entry should be "DWORD WINAPI function(PVOID);". The 
important distinction is the WINAPI part, which resolves to __stdcall 
but doesn't have to. I know that some CE targets actually #define 
__cdecl __stdcall or vice versa, but using WINAPI always works. I'd 
then also change the comment to "...to adapt between our function 
signature and the one used by _createthreadex", as the internally used 
one doesn't mention __cdecl.
History
Date User Action Args
2009-01-06 08:39:47eckhardtsetrecipients: + eckhardt, amaury.forgeotdarc, kristjan.jonsson
2009-01-06 08:39:47eckhardtsetmessageid: <1231231187.1.0.258700906022.issue3582@psf.upfronthosting.co.za>
2009-01-06 08:39:46eckhardtlinkissue3582 messages
2009-01-06 08:39:45eckhardtcreate