From: Victor Stinner Date: Sun, 31 Jan 2010 22:34:52 +0000 (+0000) Subject: Blocked revisions 77892 via svnmerge X-Git-Tag: v3.2a1~1768 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b661e6ef636bdd71639befc11e7ce71755f6421;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 77892 via svnmerge ........ r77892 | victor.stinner | 2010-01-31 23:32:15 +0100 (dim., 31 janv. 2010) | 4 lines Issue #7819: Check sys.call_tracing() arguments types. py3k was already patched by issue #3661. ........ ---