Commit 3efb277
committed
fix: remove mutable object as default for method/function values
use immutable tuples as default value markers for parameters where a
None value is valid.
It does seem that the _marker objects are used in places where None
would not be considered a valid value.1 parent 156a429 commit 3efb277
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
1506 | | - | |
| 1506 | + | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
| |||
2200 | 2200 | | |
2201 | 2201 | | |
2202 | 2202 | | |
2203 | | - | |
| 2203 | + | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | 2206 | | |
| |||
0 commit comments