]> granicus.if.org Git - python/commit
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
authorThomas Heller <theller@ctypes.org>
Wed, 4 Jun 2008 20:22:05 +0000 (20:22 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 4 Jun 2008 20:22:05 +0000 (20:22 +0000)
commitd5bb9215c960da14e138adc88c80daa54e6601c4
tree17416a616e9932c0b721fa6a67dbb42df90d164a
parent8f22b88e28bbb2ea9255592d3ac12e2623bc51e8
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.
Lib/ctypes/__init__.py
Lib/ctypes/test/test_errno.py [deleted file]
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h