Highlights
Block or Report
Block or report sobolevn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
2,681 contributions in the last year
Less
More
Contribution activity
May 2023
Created 34 commits in 9 repositories
Created a pull request in python/typeshed that received 10 comments
[asyncio] Make create_task work with coroutines only in 3.12
I've decided to start small and change the most obvious cases of Generator usage in asyncio.
Refs #10116
+25
−21
•
10
comments
Opened 20 other pull requests in 6 repositories
python/typeshed
11
merged
-
Bump
tzlocalto5.0.1 -
Change
asyncio.Task.__init__signature -
Bump
tzlocalto5.0 -
Use
_AwaitableLikeinEventLoop.run_until_complete -
Use
_CoroutineLikeinasyncio.taskgroups -
Bump
PyInstallerto5.11.* -
Bump
mypyto1.3.0 - Bump docutils to 0.20.*
-
[redis] Add new methods to
RedisClusterCommands -
Update
redisto4.5.5 -
Remove
emojistubs
python/cpython
5
merged
-
gh-104050: Add more annotations to
Tools/clinic.py - gh-104469: Convert _testcapi/watchers.c to use AC
-
gh-104415: Fix refleak tests for
typing.ByteStringdeprecation -
gh-104233: Fix "unused variable" warning in
ceval_gil.c -
gh-104035: Do not ignore user-defined
__{get,set}state__in slotted frozen dataclasses
typeddjango/pytest-mypy-plugins
1
merged
wemake-services/docker-image-size-limit
1
merged
typeddjango/django-stubs
1
merged
wemake-services/wemake-django-template
1
merged
Reviewed 37 pull requests in 11 repositories
python/cpython
10 pull requests
- gh-104469: Convert _testcapi/long to use AC
-
gh-104050: Argument clinic: Add annotations to the
LandMineclass - gh-104469 Convert _testcapi/exceptions to use AC
- gh-104469: Convert _testcapi/watchers.c to use AC
- gh-104456: Fix ref leak in _ctypes.COMError
- gh-104469 Convert _testcapi/float.c to use AC
-
gh-104050: Run mypy on
clinic.pyin CI - RtD docs previews: Cancel building PRs if no changes in Doc dir
-
gh-104233: Fix "unused variable" warning in
ceval_gil.c -
gh-92248: Deprecate
type,choices,metavarparameters ofargparse.BooleanOptionalAction
typeddjango/django-stubs
7 pull requests
- Fix ForeignKey queryset filters on un-swapped models
- Modify ticket in logo
- fix typo in mypy.ini error message
- Fix type of field attribute descriptors on Model classes (not instance)
- Adds support for db_comment option on model fields and tests.
- Implement type hints for async streaming http response
-
Add
robustparameter totransaction.on_commit
typeddjango/djangorestframework-stubs
5 pull requests
typeddjango/pytest-mypy-plugins
3 pull requests
wemake-services/wemake-django-template
3 pull requests
python/typeshed
3 pull requests
dry-python/returns
2 pull requests
wemake-services/kira-dependencies
1 pull request
sobolevn/git-secret
1 pull request
wemake-services/django-test-migrations
1 pull request
wemake-services/docker-image-size-limit
1 pull request
Created an issue in python/cpython that received 3 comments
Running mypy on cases_generator
Feature or enhancement
After #104421 is merged, we now have the precedent and the needed infrastructure to run mypy on things that support type ann…
3
comments