Message56816
> 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? |
|
| Date |
User |
Action |
Args |
| 2007-10-26 19:39:38 | gvanrossum | set | spambayes_score: 0.0314653 -> 0.0314653 recipients:
+ gvanrossum, delwarl |
| 2007-10-26 19:39:38 | gvanrossum | link | issue1332 messages |
| 2007-10-26 19:39:38 | gvanrossum | create | |
|