From: Georg Brandl Date: Thu, 13 Aug 2009 08:47:32 +0000 (+0000) Subject: Blocked revisions 73664 via svnmerge X-Git-Tag: v3.1.1rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d9138363d29f6ae840a78ea4a4a73c73f5394d5;p=python Blocked revisions 73664 via svnmerge ........ r73664 | benjamin.peterson | 2009-06-29 01:32:44 +0200 (Mo, 29 Jun 2009) | 3 lines In most cases, the parser will protect True, False, and None from being assign to. We must check for __debug__ in all cases. ........ ---