Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
aa34b6c2e32d3ff93ffe48fe6a67e87a28a3eed2
cpython/Modules/_ctypes
History
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
..
darwin
…
libffi
Try to fix the build on Mac OS X 10.3. The 'live_support' segment
2006-04-03 20:12:41 +00:00
libffi_arm_wince
…
libffi_msvc
…
_ctypes_test.c
Replace a few more 'char' types with 'signed char', to fix test failures
2006-04-06 09:02:58 +00:00
_ctypes_test.h
…
_ctypes.c
Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.
2006-04-06 15:23:16 +00:00
callbacks.c
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
2006-03-22 12:59:53 +00:00
callproc.c
Handle error conditions from PyString_ConcatAndDel().
2006-04-06 08:06:52 +00:00
cfield.c
Explicitely use 'signed char', to avoid problems on platforms with unsigned char type.
2006-04-05 19:51:19 +00:00
ctypes_dlfcn.h
…
ctypes.h
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
2006-03-22 12:59:53 +00:00
malloc_closure.c
…
stgdict.c
…
Powered by Gitea Page: 1140ms Template: 25ms
English
English
Licenses API