From: Guido van Rossum Date: Tue, 19 Aug 2008 20:15:03 +0000 (+0000) Subject: Blocked revisions 65874 via svnmerge X-Git-Tag: v3.0b3~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0de885f77d40ddb7e9f2afc8be5a99b9cf01ec;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65874 via svnmerge ........ r65874 | guido.van.rossum | 2008-08-19 13:13:02 -0700 (Tue, 19 Aug 2008) | 3 lines Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from Py_TPFLAGS_DEFAULT when not building the core. ........ ---