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
3,321 contributions in the last year
Less
More
Contribution activity
November 2022
Created 24 commits in 4 repositories
Created a pull request in python/typeshed that received 8 comments
io: improve bytes handling
IncrementalNewlineDecoder.decode does not support str, but supports bytearray and memoryview:
>>> import codecs, io
>>> dec = codecs.getincremental…
+5
−5
•
8
comments
Opened 15 other pull requests in 4 repositories
python/typeshed
6
merged
1
closed
typeddjango/django-stubs
3
merged
1
closed
python/cpython
2
open
1
merged
sobolevn/sobole-zsh-theme
1
merged
Reviewed 10 pull requests in 5 repositories
typeddjango/django-stubs
5 pull requests
python/typeshed
2 pull requests
python/cpython
1 pull request
sobolevn/sobole-zsh-theme
1 pull request
python/mypy
1 pull request
Created an issue in python/typeshed that received 5 comments
A lot of CI failures because of No matching distribution found for pytype==2022.08.30
Example: https://github.com/python/typeshed/actions/runs/3379717081/jobs/5611639599 I am not sure we can anything from our side, except trying to c…
5
comments