Ticket #723 (closed defect: fixed)
Lambda with default arg crashes compiler
| Reported by: | vitja | Owned by: | vitja |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15.1 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description (last modified by vitja) (diff)
def crashme(i): return (lambda x=i: x * x)()
Change History
Note: See
TracTickets for help on using
tickets.
