From c345ce1a69b3c4a46d87ef56d859bc70abfc74b4 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 16 Dec 2011 12:28:32 +0100 Subject: Issue #10350: Read and save errno before calling a function which might overwrite it. Original patch by Hallvard B Furuseth. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index 8b43413777..94af4462b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -97,6 +97,9 @@ Core and Builtins Library ------- +- Issue #10350: Read and save errno before calling a function which might + overwrite it. Original patch by Hallvard B Furuseth. + - Issue #13591: A bug in importlib has been fixed that caused import_module to load a module twice. -- cgit v1.2.1