Skip to content

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

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

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

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 d733b10)

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 merged commit c6f5a73 into python:3.14 Jul 5, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-d733b10-3.14 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