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.
This commit is contained in:
Thomas Heller 2008-06-04 20:22:05 +00:00
parent 8f22b88e28
commit d5bb9215c9
7 changed files with 27 additions and 312 deletions

View file

@ -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.