Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 18, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

zeff-ir and others added 3 commits September 17, 2025 14:45
…ss and DummyProcess to use None (GH-138814)

* gh-138813: Default `BaseProcess` `kwargs` to `None` (#138814)

Set `BaseProcess.__init__(..., kwargs=None)` and initialize `kwargs` with
`dict(kwargs) if kwargs else {}`. This avoids a shared mutable default and
matches threading.Thread behavior.

Co-authored-by: Dmitrii Chuprov <[email protected]>

* DummyProcess kwargs=None (which threading.Thread accepts properly)

Co-authored-by: Gregory P. Smith <[email protected]>
@pull pull bot locked and limited conversation to collaborators Sep 18, 2025
@pull pull bot added the ⤵️ pull label Sep 18, 2025
@pull pull bot merged commit 0ce9fb7 into TechPenguineer:main Sep 18, 2025
12 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants