diff options
author | Thomas Heller <theller@ctypes.org> | 2008-08-19 06:38:12 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-08-19 06:38:12 (GMT) |
commit | 47bc809578f87c9ec4a264e88bb716b48573745e (patch) | |
tree | cda6135601e07410e13e3ff11c0a3ebbfeee5e8f /Misc/NEWS | |
parent | b531bef93ad245ab9533195e284b17d132720e5d (diff) | |
download | cpython-47bc809578f87c9ec4a264e88bb716b48573745e.zip cpython-47bc809578f87c9ec4a264e88bb716b48573745e.tar.gz cpython-47bc809578f87c9ec4a264e88bb716b48573745e.tar.bz2 |
Merged revisions 65681-65682,65684 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r65681 | thomas.heller | 2008-08-14 21:10:48 +0200 (Do, 14 Aug 2008) | 4 lines
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
pythonapi calling convention so that the GIL is held and error return
values are checked.
........
r65682 | thomas.heller | 2008-08-14 22:04:38 +0200 (Do, 14 Aug 2008) | 2 lines
Try to fix the test on 64-bit platforms.
........
r65684 | thomas.heller | 2008-08-14 22:19:18 +0200 (Do, 14 Aug 2008) | 2 lines
Disable the test until I have one that works.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -103,6 +103,12 @@ Library - Removed the sunaudio module. Use sunau instead. +- Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python + api functions without holding the GIL, which could lead to a fatal + error when they failed. + +- Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. + - Removed "ast" function aliases from the parser module. - Issue #3313: Fixed a crash when a failed dlopen() call does not set |