Commit d733b10
authored
pythongh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (pythonGH-153142)
Fix default argument for segment_names in _SharedMemoryTracker constructor to not use a mutable list.1 parent 28a8c18 commit d733b10
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
| 1297 | + | |
1298 | 1298 | | |
1299 | | - | |
| 1299 | + | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
| |||
0 commit comments