diff options
author | Thomas Heller <theller@ctypes.org> | 2010-08-08 18:16:20 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2010-08-08 18:16:20 (GMT) |
commit | bf4cc5d469d9361ea1ea3db257fa7117c658f752 (patch) | |
tree | 666638be7e189969f80a0fc6b87fb0c5e4d9da10 /Misc | |
parent | 39d795d8c1a1b2feaff407a8d583eb2fc16f2475 (diff) | |
download | cpython-bf4cc5d469d9361ea1ea3db257fa7117c658f752.zip cpython-bf4cc5d469d9361ea1ea3db257fa7117c658f752.tar.gz cpython-bf4cc5d469d9361ea1ea3db257fa7117c658f752.tar.bz2 |
Fix issue6869: refcount problem in the _ctypes extension.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,9 @@ Core and Builtins Extensions ---------- -- Issue #5504 - ctypes should now work with systems where mmap can't +- Issue #6869: Fix a refcount problem in the _ctypes extension. + +- Issue #5504: ctypes should now work with systems where mmap can't be PROT_WRITE and PROT_EXEC. - Issue #9507: Named tuple repr will now automatically display the right |