This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, rhettinger
Date 2008-03-17.20:45:27
SpamBayes Score 0.25289562
Marked as misclassified No
Message-id <bbaeab100803171345s6b30004cwed16d79a9da9be84@mail.gmail.com>
In-reply-to <1205786462.49.0.0421099361299.issue2349@psf.upfronthosting.co.za>
Content
On Mon, Mar 17, 2008 at 3:41 PM, Raymond Hettinger
<report@bugs.python.org> wrote:
>
>  Raymond Hettinger <rhettinger@users.sourceforge.net> added the comment:
>
>  I would like to review the patch on this one.
>
>  I think it should limit itself to the True and False in builtin.  It
>  would be *very* expensive to check for every assignment in every
>  possible namespace.
>

It shouldn't be expensive when the parser does the check (just like
with SyntaxError for None).
History
Date User Action Args
2008-03-17 20:45:31brett.cannonsetspambayes_score: 0.252896 -> 0.25289562
recipients: + brett.cannon, rhettinger
2008-03-17 20:45:28brett.cannonlinkissue2349 messages
2008-03-17 20:45:27brett.cannoncreate