summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-04 20:22:05 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-04 20:22:05 (GMT)
commitd5bb9215c960da14e138adc88c80daa54e6601c4 (patch)
tree17416a616e9932c0b721fa6a67dbb42df90d164a /Misc
parent8f22b88e28bbb2ea9255592d3ac12e2623bc51e8 (diff)
downloadcpython-d5bb9215c960da14e138adc88c80daa54e6601c4.zip
cpython-d5bb9215c960da14e138adc88c80daa54e6601c4.tar.gz
cpython-d5bb9215c960da14e138adc88c80daa54e6601c4.tar.bz2
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
convention that allows safe access to errno) This code does not yet work on OS X (__thread storage specifier not available), so i needs a configure check plus a more portable solution.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 830f668..bec0980 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,9 +72,6 @@ Extension Modules
Library
-------
-- Issue #1798: Add ctypes calling convention that allows safe access
- to errno.
-
- Patch #2125: Add GetInteger and GetString methods for
msilib.Record objects.