summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2010-06-21 14:00:24 (GMT)
committerThomas Heller <theller@ctypes.org>2010-06-21 14:00:24 (GMT)
commitf180099ec619325d28c6a76a38df5419ef69651e (patch)
treeefce504f885d76b556279912fd0ab799ac095781 /Misc
parent08982665b722059ca69ddf864ef22d2f8eb47b61 (diff)
downloadcpython-f180099ec619325d28c6a76a38df5419ef69651e.zip
cpython-f180099ec619325d28c6a76a38df5419ef69651e.tar.gz
cpython-f180099ec619325d28c6a76a38df5419ef69651e.tar.bz2
Fix #8959 by reverting revision 80761.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21bbc3d..f200392 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.