From 564565bd16b1a05662a3980aa3bab31bcd3f8edb Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 30 Apr 2010 16:38:35 +0000 Subject: [PATCH] Blocked revisions 80661 via svnmerge ........ r80661 | victor.stinner | 2010-04-30 18:37:52 +0200 (ven., 30 avril 2010) | 6 lines PyUnicode_DecodeFSDefaultAndSize() uses surrogateescape error handler This function is only used to decode Python module filenames, but Python doesn't support surrogates in modules filenames yet. So nobody noticed this minor bug. ........ -- 2.50.0