cpython/Lib/ctypes
Thomas Heller fff61ea025 Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.
If RTLD_LOCAL is not #defined in any header file (Windows), set it to 0.
If RTLD_GLOBAL is not #defined, set it equal to RTLD_LOCAL.

This should fix ctypes on cygwin.
2006-04-06 15:23:16 +00:00
..
macholib Remove .cvsignore and set svn:ignore for *.pyc *.pyo. 2006-03-08 23:31:17 +00:00
test One test still fails on the ia64 debian box. 2006-04-05 19:01:35 +00:00
__init__.py Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. 2006-04-06 15:23:16 +00:00
_endian.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
_loader.py Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. 2006-04-06 15:23:16 +00:00
wintypes.py Copy ctypes-0.9.9.4 Python modules from external into the trunk. 2006-03-08 19:56:54 +00:00