Skip to content

[3.15] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142)#153145

Merged
gpshead merged 1 commit into
python:3.15from
miss-islington:backport-d733b10-3.15
Jul 5, 2026
Merged

[3.15] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142)#153145
gpshead merged 1 commit into
python:3.15from
miss-islington:backport-d733b10-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Fix default argument for segment_names in _SharedMemoryTracker constructor to not use a mutable list.
(cherry picked from commit d733b10)

Co-authored-by: Vineet Kumar 108144301+whyvineet@users.noreply.github.com

….__init__ (pythonGH-153142)

Fix default argument for segment_names in _SharedMemoryTracker constructor to not use a mutable list.
(cherry picked from commit d733b104d53e96584a6881d2772df65ad82573a0)

Co-authored-by: Vineet Kumar <108144301+whyvineet@users.noreply.github.com>
@miss-islington miss-islington requested a review from gpshead as a code owner July 5, 2026 19:03
@gpshead gpshead enabled auto-merge (squash) July 5, 2026 19:35
@gpshead gpshead merged commit 5ae6203 into python:3.15 Jul 5, 2026
54 checks passed
@miss-islington miss-islington deleted the backport-d733b10-3.15 branch July 5, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants