From: Georg Brandl Date: Tue, 30 Nov 2010 09:48:38 +0000 (+0000) Subject: Blocked revisions 86883-86884 via svnmerge X-Git-Tag: v3.2.1b1~347^2~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d9ab4d793ce720d5f2ad940d7ad04a22ae3e7a3;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 86883-86884 via svnmerge ........ r86883 | georg.brandl | 2010-11-30 10:30:54 +0100 (Di, 30 Nov 2010) | 1 line Include structseq.h in Python.h, and remove now-redundant includes in individual sources. ........ r86884 | georg.brandl | 2010-11-30 10:41:01 +0100 (Di, 30 Nov 2010) | 1 line Remove redundant includes of headers that are already included by Python.h. ........ ---