Ticket #222 (closed defect: fixed)
Bad code when from...import target typed
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
cdef int maxint from sys import maxint
would output
__pyx_v_maxint = (long)__pyx_1
Where __pyx_1 is a PyObject?* holding the Python int sys.maxint.
Change History
Note: See
TracTickets for help on using
tickets.
