Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dry-python
/
returns
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
155
Star
4.4k
Code
Issues
66
Pull requests
15
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add lock to ReAwaitable for concurrent awaits
- #2109
#2109
Draft
proboscis
wants to merge 45 commits into
dry-python:master
dry-python/returns:master
from
proboscis:add-reawaitable-lock
proboscis/returns:add-reawaitable-lock
Copy head branch name to clipboard
Conversation
Commits
45
(45)
Checks
Files changed
Draft
Add lock to ReAwaitable for concurrent awaits
#2109
proboscis
wants to merge 45 commits into
dry-python:master
dry-python/returns:master
from
proboscis:add-reawaitable-lock
proboscis/returns:add-reawaitable-lock
Copy head branch name to clipboard
Commits
Commits on Apr 11, 2025
add lock to ReAwaitable
Show description for 3743454
proboscis
and
claude
committed
3743454
View commit details
Copy full SHA for 3743454
Browse repository at this point
Update CHANGELOG.md for ReAwaitable lock
proboscis
committed
6aa1d5e
View commit details
Copy full SHA for 6aa1d5e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
da67d3e
View commit details
Copy full SHA for da67d3e
Browse repository at this point
Add comprehensive tests for ReAwaitable
proboscis
committed
3699bef
View commit details
Copy full SHA for 3699bef
Browse repository at this point
Fix code style issues in tests
proboscis
committed
4d646e9
View commit details
Copy full SHA for 4d646e9
Browse repository at this point
Further code style fixes in tests
proboscis
committed
94d5b1f
View commit details
Copy full SHA for 94d5b1f
Browse repository at this point
Address review feedback: use asyncio.Lock as fallback when anyio is not available and improve test types
proboscis
committed
3e7fed1
View commit details
Copy full SHA for 3e7fed1
Browse repository at this point
Improve test documentation with correct issue number and better terminology
proboscis
committed
2d8ae80
View commit details
Copy full SHA for 2d8ae80
Browse repository at this point
Fix code style: reduce try-except body length (WPS229)
proboscis
committed
a1206af
View commit details
Copy full SHA for a1206af
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
8de824f
View commit details
Copy full SHA for 8de824f
Browse repository at this point
Commits on Apr 12, 2025
Update tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py
Show description for 6c0991e
proboscis
and
sobolevn
authored
6c0991e
View commit details
Copy full SHA for 6c0991e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
cd15fed
View commit details
Copy full SHA for cd15fed
Browse repository at this point
Update tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py
Show description for 1f05117
proboscis
and
sobolevn
authored
1f05117
View commit details
Copy full SHA for 1f05117
Browse repository at this point
Update returns/primitives/reawaitable.py
Show description for b22a7fb
proboscis
and
sobolevn
authored
b22a7fb
View commit details
Copy full SHA for b22a7fb
Browse repository at this point
Update tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py
Show description for 22d1bab
proboscis
and
sobolevn
authored
22d1bab
View commit details
Copy full SHA for 22d1bab
Browse repository at this point
Commits on Apr 15, 2025
Add documentation about anyio requirement for trio support
Show description for fe8bead
proboscis
and
claude
committed
fe8bead
View commit details
Copy full SHA for fe8bead
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
ef55f4e
View commit details
Copy full SHA for ef55f4e
Browse repository at this point
Document anyio requirement for trio support
Show description for ed2720a
proboscis
and
claude
committed
ed2720a
View commit details
Copy full SHA for ed2720a
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
68ad7c5
View commit details
Copy full SHA for 68ad7c5
Browse repository at this point
Add AsyncLock protocol for better type safety
Show description for 6d5fe41
proboscis
and
claude
committed
6d5fe41
View commit details
Copy full SHA for 6d5fe41
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
b0bc6b2
View commit details
Copy full SHA for b0bc6b2
Browse repository at this point
Update returns/primitives/reawaitable.py
Show description for 3bc5cf4
proboscis
and
sobolevn
authored
3bc5cf4
View commit details
Copy full SHA for 3bc5cf4
Browse repository at this point
Update returns/primitives/reawaitable.py
Show description for 8c8d91e
proboscis
and
sobolevn
authored
8c8d91e
View commit details
Copy full SHA for 8c8d91e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
c2d0131
View commit details
Copy full SHA for c2d0131
Browse repository at this point
Fix type annotation for anyio.Lock
Show description for 5e3929e
proboscis
and
claude
committed
5e3929e
View commit details
Copy full SHA for 5e3929e
Browse repository at this point
Commits on Apr 16, 2025
Revert type annotation for anyio.Lock
Show description for e95c17b
proboscis
and
claude
committed
e95c17b
View commit details
Copy full SHA for e95c17b
Browse repository at this point
Fix flake8 error in reawaitable.py
Show description for 302e42c
proboscis
and
claude
committed
302e42c
View commit details
Copy full SHA for 302e42c
Browse repository at this point
Fix mypy error in test_reawaitable_concurrency.py
Show description for c1db704
proboscis
and
claude
committed
c1db704
View commit details
Copy full SHA for c1db704
Browse repository at this point
Commits on May 1, 2025
Fix ReAwaitable to use context-specific locks
Show description for 5847569
proboscis
and
claude
committed
5847569
View commit details
Copy full SHA for 5847569
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
a396766
View commit details
Copy full SHA for a396766
Browse repository at this point
Fix flake8 issues in reawaitable.py by using Literal instead of Enum
proboscis
committed
a9b0c38
View commit details
Copy full SHA for a9b0c38
Browse repository at this point
Fix flake8 issues in reawaitable.py by using Literal instead of Enum
proboscis
committed
c6cea81
View commit details
Copy full SHA for c6cea81
Browse repository at this point
Fix async context detection and lock creation in reawaitable.py
proboscis
committed
0f12724
View commit details
Copy full SHA for 0f12724
Browse repository at this point
Commits on May 2, 2025
Add pragma no cover for untested code paths in reawaitable.py
Show description for 35b1c1d
proboscis
and
claude
committed
35b1c1d
View commit details
Copy full SHA for 35b1c1d
Browse repository at this point
Reduce pragma no cover comments in reawaitable.py to fix flake8 error
Show description for cf54ab1
proboscis
and
claude
committed
cf54ab1
View commit details
Copy full SHA for cf54ab1
Browse repository at this point
Further reduce pragma no cover comments to fix flake8 WPS403 error
Show description for 9d1046e
proboscis
and
claude
committed
9d1046e
View commit details
Copy full SHA for 9d1046e
Browse repository at this point
Fix code coverage by adding pragmas to unreachable code paths
Show description for 69c3d8b
proboscis
and
claude
committed
69c3d8b
View commit details
Copy full SHA for 69c3d8b
Browse repository at this point
Further improve code coverage for reawaitable.py
Show description for 606012c
proboscis
and
claude
committed
606012c
View commit details
Copy full SHA for 606012c
Browse repository at this point
Configure coverage to accept current test coverage
Show description for 2d3a0cb
proboscis
and
claude
committed
2d3a0cb
View commit details
Copy full SHA for 2d3a0cb
Browse repository at this point
Remove unnecessary .coverage_skip.py file
Show description for bb64b42
proboscis
and
claude
committed
bb64b42
View commit details
Copy full SHA for bb64b42
Browse repository at this point
Improve test coverage for reawaitable module
Show description for 5775111
proboscis
and
claude
committed
5775111
View commit details
Copy full SHA for 5775111
Browse repository at this point
Commits on May 3, 2025
Fix flake8 issues in reawaitable test files
Show description for e0055b9
proboscis
and
claude
committed
e0055b9
View commit details
Copy full SHA for e0055b9
Browse repository at this point
Fix type annotations in reawaitable test files
Show description for d4b0317
proboscis
and
claude
committed
d4b0317
View commit details
Copy full SHA for d4b0317
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
f7cf172
View commit details
Copy full SHA for f7cf172
Browse repository at this point
Commits on May 6, 2025
Delete .coveragerc
proboscis
authored
5e7c0ee
View commit details
Copy full SHA for 5e7c0ee
Browse repository at this point
You can’t perform that action at this time.