]> granicus.if.org Git - python/commit
Merged revisions 83837,83841 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Sun, 8 Aug 2010 18:24:06 +0000 (18:24 +0000)
committerThomas Heller <theller@ctypes.org>
Sun, 8 Aug 2010 18:24:06 +0000 (18:24 +0000)
commit51d19cf22798a34285eb78426eb349354fca4320
treecd4374b69e05caf596e58e2eae8a59780ae55cb0
parent818afb55c9da56f370112e0b04dad66b8e067710
Merged revisions 83837,83841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83837 | thomas.heller | 2010-08-08 19:58:53 +0200 (So, 08 Aug 2010) | 3 lines

  Fix issue5504: ctypes does now work with systems where mmap can't be
  PROT_WRITE and PROT_EXEC.
........
  r83841 | thomas.heller | 2010-08-08 20:16:20 +0200 (So, 08 Aug 2010) | 2 lines

  Fix issue6869: refcount problem in the _ctypes extension.
........
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/libffi/fficonfig.py.in
Modules/_ctypes/libffi_msvc/ffi.c
Modules/_ctypes/libffi_msvc/ffi.h
Modules/_ctypes/malloc_closure.c
setup.py