From b5d008eb77af46c8ddfa4cbe27aa6084661b6d73 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 5 Feb 2010 17:14:05 +0000 Subject: [PATCH] Blocked revisions 77989 via svnmerge MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ r77989 | antoine.pitrou | 2010-02-05 18:05:54 +0100 (ven., 05 févr. 2010) | 6 lines Issue #5677: Explicitly forbid write operations on read-only file objects, and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah. ........ -- 2.50.1