View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005602 | CentOS-6 | python | public | 2012-03-16 21:54 | 2012-03-17 22:42 |
Reporter | aradaen | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86 | OS | Centos | OS Version | 6 |
Product Version | 6.2 | ||||
Summary | 0005602: Python 2.6.6 core dumped | ||||
Description | On Python 2.6.6. package, it is impossible to nest more than 4 "if" filters in a list comprehension expression. It seems this bug only affects Python 2.6.6 centos package. | ||||
Steps To Reproduce | python -c "[1 for x in () if 1 if 1 if 1 if 1]" python: Python/compile.c:3437: stackdepth_walk: Assertion `depth >= 0' failed. Aborted (core dumped) | ||||
Additional Information | Python 2.6.7 fix this issue, so we could to be grateful if this package were updated. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-16 21:54 | aradaen | New Issue |