Bug 862079
| Summary: | [abrt] python-pep8-1.0.1-1.fc17: tokenize.py:357:generate_tokens:TokenError: ('EOF in multi-line statement', (7, 0)) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | MartinG <martin> | ||||
| Component: | python-pep8 | Assignee: | Ian Weller <ian> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | ian, noelduffy | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:f171d841baabec7bf7ed381de0b6b006c5432248 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-01-30 03:16:48 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
MartinG
2012-10-01 19:44:32 UTC
Created attachment 619975 [details]
File: core_backtrace
This crash report appears to be for running pep8 on obviously incorrect code (i.e. syntax errors), and a traceback is to be expected. Reporter, you may reopen this ticket -- with more information on why this is a bug -- if you believe the above is incorrect. This is absolutely a bug. The whole point of pep8 is that you run it on your Python script and it reports errors, syntactical or otherwise, bugs, and style problems. Having it crash on an input script just because that script is syntactically wrong is the equivalent of GCC crashing if fed a syntactically wrong C program. |