Ticket #280 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

"cdef" statement allows invalid syntax

Reported by: scoder Owned by: scoder
Priority: minor Milestone: 0.11.2
Component: Parsing Keywords:
Cc:

Description

The parser accepts various kinds of invalid code for the cdef statement, e.g. cdef pass, cdef nogil: or cdef nogil class ...

Attachments

cdef-syntax.patch Download (3.1 KB) - added by scoder 4 years ago.
parser fix that raises errors on invalid syntax constructs

Change History

Changed 4 years ago by scoder

  • owner changed from somebody to scoder
  • status changed from new to assigned

Changed 4 years ago by scoder

parser fix that raises errors on invalid syntax constructs

Changed 4 years ago by scoder

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