diff options
author | Thomas Heller <theller@ctypes.org> | 2010-06-21 14:00:24 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2010-06-21 14:00:24 (GMT) |
commit | f180099ec619325d28c6a76a38df5419ef69651e (patch) | |
tree | efce504f885d76b556279912fd0ab799ac095781 /Misc | |
parent | 08982665b722059ca69ddf864ef22d2f8eb47b61 (diff) | |
download | cpython-f180099ec619325d28c6a76a38df5419ef69651e.zip cpython-f180099ec619325d28c6a76a38df5419ef69651e.tar.gz cpython-f180099ec619325d28c6a76a38df5419ef69651e.tar.bz2 |
Fix #8959 by reverting revision 80761.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ Core and Builtins Library ------- +- Issue #8959: fix regression caused by using unmodified libffi + library on Windows. ctypes does now again check the stack before + and after calling foreign functions. + - Issue #8720: fix regression caused by fix for #4050 by making getsourcefile smart enough to find source files in the linecache. |