mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04:00
gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142)
Fix default argument for segment_names in _SharedMemoryTracker constructor to not use a mutable list.
(cherry picked from commit d733b104d5)
Co-authored-by: Vineet Kumar <[email protected]>