diff options
author | Thomas Heller <theller@ctypes.org> | 2008-06-04 20:22:05 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-06-04 20:22:05 (GMT) |
commit | d5bb9215c960da14e138adc88c80daa54e6601c4 (patch) | |
tree | 17416a616e9932c0b721fa6a67dbb42df90d164a /Misc | |
parent | 8f22b88e28bbb2ea9255592d3ac12e2623bc51e8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |