Ticket #222 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 4 years ago by robertwb

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 4 years ago by robertwb

  • owner changed from somebody to robertwb
  • status changed from reopened to new

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.