Ticket #723 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

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

Changed 21 months ago by vitja

  • owner changed from somebody to vitja
  • description modified (diff)

Changed 21 months ago by vitja

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

Changed 21 months ago by vitja

  • milestone changed from wishlist to 0.15.1
Note: See TracTickets for help on using tickets.