Author gvanrossum
Recipients delwarl, gvanrossum
Date 2007-10-26.19:39:38
SpamBayes Score 0.0314653
Marked as misclassified No
Message-id <ca471dc20710261239x5877ee16j6b5af9ec95eeea85@mail.gmail.com>
In-reply-to <1193427414.66.0.448927376921.issue1332@psf.upfronthosting.co.za>
Content
> Disabling Python's emulated InterlockedCompareExchange (for Win95
> compatibility) cures the problem, so the underlying question is why the
> existence of InterlockedCompareExchange is not being autodetected on 64
> bit systems -- and that is apparently because GetProcAddress
> (kernel,"InterlockedCompareExchange") returns NULL -- which makes sense
> since InterlockedCompareExchange appears to be implemented using macros
> instead of being served up through kernel32.dll.
>
> So is Win95 still a supported platform?

Heavens no!

> If not, then perhaps InterlockedCompareExchange emulation can simply be
> deleted.

Patch please?
History
Date User Action Args
2007-10-26 19:39:38gvanrossumsetspambayes_score: 0.0314653 -> 0.0314653
recipients: + gvanrossum, delwarl
2007-10-26 19:39:38gvanrossumlinkissue1332 messages
2007-10-26 19:39:38gvanrossumcreate