-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-103134: Update multiprocessing.managers.ListProxy and multiprocessing.managers.DictProxy #103133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6fb4cba
Add support for manager.list().clear()
invisibleroads b3c8810
📜🤖 Added by blurb_it.
blurb-it[bot] fc803ca
Update 2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst
invisibleroads a748d41
Update ListProxy and DictProxy
invisibleroads 22de5a1
Update Misc/NEWS.d/next/Library/2023-03-30-18-19-53.gh-issue-103134.b…
invisibleroads 8602f0a
Update 2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst
invisibleroads 6fe264a
Add DictProxy.__ior__ for d |= {'b': 2}
invisibleroads 8c2afdb
Update 2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst
invisibleroads 3ae5749
Merge branch 'python:main' into patch-1
invisibleroads 1cf0985
Fix __ior__ and add tests thanks to https://github.com/python/cpython…
invisibleroads 5ef9850
Merge branch 'main' into patch-1
invisibleroads dd54efc
Merge branch 'main' into patch-1
invisibleroads 8354c5b
Merge branch 'main' into patch-1
invisibleroads b826c7b
Merge branch 'main' into patch-1
invisibleroads 8550fe6
Merge branch 'main' into patch-1
invisibleroads a57c395
Merge branch 'main' into patch-1
invisibleroads d3e88af
Merge branch 'main' into patch-1
invisibleroads dc298c6
Merge branch 'main' into patch-1
invisibleroads e33e7ab
Merge branch 'main' into patch-1
invisibleroads 9e71823
Merge branch 'main' into patch-1
invisibleroads 847c072
Merge branch 'main' into patch-1
invisibleroads 820b45b
Merge branch 'main' into patch-1
invisibleroads e94d306
Merge branch 'main' into patch-1
invisibleroads 083ad3d
Merge branch 'main' into patch-1
invisibleroads 83ecdb3
Test the type and the value of the results as requested by @serhiy-st…
invisibleroads 6f2ea5b
Remove trailing whitespace
invisibleroads b95f840
Merge branch 'main' into patch-1
invisibleroads 0e94e31
Merge branch 'main' into patch-1
invisibleroads 15089ce
Merge branch 'main' into patch-1
invisibleroads d9b3bf6
Merge branch 'main' into patch-1
invisibleroads 9eb39c9
Merge branch 'main' into patch-1
invisibleroads 80a2f64
Merge branch 'main' into patch-1
invisibleroads 577e5a3
Update _test_multiprocessing.py
invisibleroads 72d1055
Add links to the NEWS blurb
encukou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Misc/NEWS.d/next/Library/2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Add additional methods to :ref:`proxy objects <multiprocessing-proxy_objects>` | ||
in the :mod:`!multiprocessing` module: | ||
|
||
* :meth:`!clear` and :meth:`!copy` for proxies of :class:`list` | ||
* :meth:`~dict.fromkeys`, ``reversed(d)``, ``d | {}``, ``{} | d``, | ||
``d |= {'b': 2}`` for proxies of :class:`dict` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.