Ticket #128 (closed defect: fixed)
Reduce name collisions in Pure Python mode
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.13 |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
The parser currently handles names like "char" or "int" the same in .pyx and .py mode. This breaks code like
def hexescape(char):
...
as in Python's test_urllib.py.
Change History
Note: See
TracTickets for help on using
tickets.
