Opened 8 years ago

Closed 8 years ago

#27235 closed Cleanup/optimization (fixed)

Avoid using mutable default arguments where possible

Reported by: Chris Lamb Owned by: nobody
Component: Uncategorized Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

eg. def foo(x=[])

Change History (2)

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 9027e6c8:

Fixed #27235 -- Removed some usage of mutable default arguments.

Note: See TracTickets for help on using tickets.
Back to Top