This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 167517 - Parser's error in Python
Summary: Parser's error in Python
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2009-06-23 10:05 UTC by soldatov
Modified: 2009-06-24 07:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-06-23 10:05:50 UTC
===>Name = python, Files = 268, Errors = 1, Warnings = 0, Invalid identifiers = 20, Invalid identifiers (Warnings) = 0,
Other Annotations = 0, Lines = 224990, 1000.0*Invalid identifiers/Lines = 0.09, 100*Files with errors/All files = 3.36

< Name = /export/new_projects/Python-2.4/Modules/_hotshot.c, Errors = 0, Warnings = 0, Invalid identifiers = 0, Invalid
identifiers (Warnings) = 0, Other Annotations = 0, Lines = 1666
---
> /export/new_projects/Python-2.4/Modules/_hotshot.c 66 preprocessor stopped on this #error directive
> Name = /export/new_projects/Python-2.4/Modules/_hotshot.c, Errors = 1, Warnings = 0, Invalid identifiers = 0, Invalid
identifiers (Warnings) = 0, Other Annotations = 0, Lines = 1666
Comment 1 nnnnnk 2009-06-23 11:53:58 UTC
That means that there is no definition of PATH_MAX in limits.h.

Can not reproduce on OpenSolaris.
Comment 2 Alexander Simon 2009-06-23 12:30:07 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/6b378afd8393
Comment 3 Quality Engineering 2009-06-24 07:32:29 UTC
Integrated into 'main-golden', will be available in build *200906240201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6b378afd8393
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed IZ#167517:Parser's error in Python