-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-43352: Add a Barrier object in asyncio lib #24903
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
101 commits
Select commit
Hold shift + click to select a range
2cd5ce0
Initial commit
YvesDup 7dfa8ef
make patchcheck
YvesDup f19ea24
make patchcheck
YvesDup f4bb33a
Update test_locks.py
YvesDup 5f14a7d
Update locks.py
YvesDup 214fd35
Update test_locks.py
YvesDup 619f60a
Update from patch
YvesDup 04d4f69
remove cpython/doc/*.rst.bak
YvesDup c2e438a
📜🤖 Added by blurb_it.
blurb-it[bot] 97598f3
Update 2021-03-31-15-22-45.bpo-43352.nSjMuE.rst
YvesDup dfea4c2
Update documentation about add of Barrier object
YvesDup 8a7d7fa
Merge branch 'fix-issue-43352' of https://github.com/YvesDup/cpython …
YvesDup 44fe563
Update asyncio-sync.rst
YvesDup e23c860
Update locks.py
YvesDup 6a51dc6
Update test_locks.py
YvesDup 04f72a3
Update asyncio-sync.rst
YvesDup 7a00453
Update asyncio-sync.rst
YvesDup 3517e33
Update asyncio-sync.rst
YvesDup c56e7c6
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 8715b34
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup d15b2a6
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup ed1b361
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 7504a8f
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup e3b23c2
Initial commit
YvesDup bc3d17a
make patchcheck
YvesDup a8b7b1a
make patchcheck
YvesDup 32cbefb
Update test_locks.py
YvesDup e5002bc
Update locks.py
YvesDup b12599c
Update test_locks.py
YvesDup f12123e
Update from patch
YvesDup 9ef7109
remove cpython/doc/*.rst.bak
YvesDup 7b65fbc
📜🤖 Added by blurb_it.
blurb-it[bot] 9b60d07
Update 2021-03-31-15-22-45.bpo-43352.nSjMuE.rst
YvesDup 576cd53
Update documentation about add of Barrier object
YvesDup 6106f21
Update asyncio-sync.rst
YvesDup 0384561
Update locks.py
YvesDup 16515ef
Update test_locks.py
YvesDup fa217fd
Update asyncio-sync.rst
YvesDup a97f4a3
Update asyncio-sync.rst
YvesDup b598470
Update asyncio-sync.rst
YvesDup 3098105
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 2f55acc
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup f056865
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup d9008f9
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 71b923c
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 41bbbee
Merge remote-tracking branch 'upstream/main' into fix-issue-43352
YvesDup 606a898
Merge branch 'fix-issue-43352' of github.com:YvesDup/cpython into fix…
YvesDup 8e302d7
Merge remote-tracking branch 'upstream/main' into fix-issue-43352
YvesDup 58226e0
Update Doc/library/asyncio-sync.rst
YvesDup 0096cdc
Update Doc/library/asyncio-sync.rst
YvesDup f275a83
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup e90d556
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 408512d
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 069ed28
Merge branch 'python:main' into fix-issue-43352
YvesDup b7bb530
Merge branch 'python:main' into fix-issue-43352
YvesDup 49de223
bpo-43352: Add a Barrier object to asyncio synchronized primitives (…
YvesDup fa4623c
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 20fb88e
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 809de71
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 28fc263
Merge branch 'python:main' into fix-issue-43352
YvesDup f66cd2c
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 62272b3
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup f7dbf9b
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup cc64b69
Merge branch 'python:main' into fix-issue-43352
YvesDup 28eba9b
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup cca2918
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 6d3806f
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup a2467f5
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 90e5d04
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup bea7e7f
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup e97d417
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup b60a931
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 34cfc75
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup c7bbebe
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup fe20bdc
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup edfd7d4
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 27e1768
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 892f389
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 5b8962a
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 63e0688
Update Doc/library/asybpo-43352: Add a Barrier object to asyncio sync…
YvesDup eb42246
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup e29d0c0
Update Doc/library/asyncio-sync.rstbpo-43352: Add a Barrier object to…
YvesDup 6857cf2
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup d4d5b55
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 5bb6d7e
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 66f023a
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup e5d229c
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup b0d17da
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 1c16176
po-43352: Add a Barrier object to asyncio synchronized primitives (GH…
YvesDup 151ca5d
po-43352: Add a Barrier object to asyncio synchronized primitives (GH…
YvesDup 37efb91
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 337189e
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup ee59e3a
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup df5bd42
Rewrite repr(), use enum for state, drop _count_blocked used by tests…
asvetlov f1acd93
Inline method
asvetlov 1bb3297
Move BrokenBarrierError to exceptions.py
asvetlov d82f1a5
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup f89dc5f
bpo-43352: Add a Barrier object to asyncio synchronized primitives (G…
YvesDup 896e274
Tune docs
asvetlov b7bdf40
bpo-43352: Add a
10000
Barrier object to asyncio synchronized primitives (G…
YvesDup 3c30290
Bump
asvetlov 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
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
Oops, something went wrong.
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.