Ticket #658 (closed defect: fixed)
Errors during argument unpacking of closure functions can crash
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.15 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
When the *args and **kwargs parameters of a function are in a closure, and errors occur during argument unpacking, the closure is left in an invalid state because the references are not properly set back to 0 after decref-ing them.
Change History
Note: See
TracTickets for help on using
tickets.
