summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-07 18:28:12 +0000
committerKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-07 18:28:12 +0000
commitb4c285a25b78296afbc1a26f7ac14a41d011a48c (patch)
tree8203c0c33deb60adeec4ebd026b5e07b841be983 /Python/errors.c
parent7bca027f64945b2ea2e3f3d4e6d1fb2f2a9ea76c (diff)
downloadcpython-git-b4c285a25b78296afbc1a26f7ac14a41d011a48c.tar.gz
Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareExchange function was wrong: It works with LONG and not PVOID objects, and it needs to have the target marked as volatile. Further, it is not needed at all for x64 targets, since that platform always has the real McCoy.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions