From: Nick Coghlan Date: Sat, 11 Apr 2009 13:39:18 +0000 (+0000) Subject: Blocked revisions 71465 via svnmerge X-Git-Tag: v2.6.2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c22fd1d77ce39c247433b2216681c2029105f865;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71465 via svnmerge ........ r71465 | nick.coghlan | 2009-04-11 23:31:31 +1000 (Sat, 11 Apr 2009) | 1 line Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks ........ ---