From: Victor Stinner Date: Sat, 13 Mar 2010 00:22:37 +0000 (+0000) Subject: Blocked revisions 78886 via svnmerge X-Git-Tag: v2.6.5~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e821841248703a8924271390e775ca79db3f5d60;p=python Blocked revisions 78886 via svnmerge ........ r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. ........ ---