mirror of
https://github.com/python/cpython.git
synced 2026-07-07 18:50:03 -04:00
5ae62034e5
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 <108144301+whyvineet@users.noreply.github.com>