[Python-bugs-list] [ python-Bugs-434989 ] Possible bug in parsermodule.c

noreply@sourceforge.net noreply@sourceforge.net
Wed, 20 Jun 2001 18:42:37 -0700


Bugs item #434989, was updated on 2001-06-20 18:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=434989&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Minsk (rminsk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Possible bug in parsermodule.c

Initial Comment:
When getting rid of warning messages from the SGI
compiler I ran across the following in
Modules/parsemodule.c in Python-2.1:

Line 2527 in Modules/parsermodule.c reads:
    while (res & (tree != 0)) {

should this be a "&&" and not a "&"?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=434989&group_id=5470