-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-45735: Promise the long-time truth that args=list
works
#30982
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 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b6231da
Change arguments description in `Thread`.
CharlieZhao95 76f8d90
Add doc example to use list or tuple as *args*
CharlieZhao95 d30897c
Add test cases in `Thread` for checking the validity of list *args*.
CharlieZhao95 b1abac7
Add test cases to check tuple *args*.
CharlieZhao95 6580a8b
Remove import statement in doc example.
CharlieZhao95 c973169
Add doc example to threading.rst.
CharlieZhao95 29393db
Add doc example and test cases for `multiprocessing.Process`.
CharlieZhao95 7c5e3ca
Add ACKS entry.
CharlieZhao95 1390ba5
Fix test case in `Process`.
CharlieZhao95 d641380
Update Doc/library/multiprocessing.rst
CharlieZhao95 547652d
Update Doc/library/multiprocessing.rst
CharlieZhao95 702b419
Use `with self.subTest(...)`.
CharlieZhao95 00ac9d3
Replace `lambda` with `_test()`.
CharlieZhao95 3efdc5f
Replace `list` with `tuple` in the test_cases and make loop more read…
CharlieZhao95 8384a45
Remove redundant spaces.
CharlieZhao95 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
Use
with self.subTest(...)
.
- Loading branch information
commit 702b41929ac698b0bcd2c7de732e4b685ac6d489
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
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.