Ticket #364 (closed defect: fixed)
Python literals loose their type information during type analysis
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.3 |
| Component: | Type Analysis | Keywords: | |
| Cc: |
Description
PyConstNode overwrites the existing type information of literal nodes with py_object_type, thus loosing the more specific type information of the literal. This prevents later optimisations on literals.
Change History
Note: See
TracTickets for help on using
tickets.
