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
-
awesome-cryptography
awesome-cryptography PublicA curated list of cryptography resources and links.
-
git-secret
git-secret Public👥 A bash-tool to store your private data inside a git repository.
-
sobole-zsh-theme
sobole-zsh-theme PublicMinimalistic zsh theme inspired by the old-fashioned hobbies
2,801 contributions in the last year
| Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
December 2023
Created 5 commits in 3 repositories
Created a pull request in python/cpython that received 17 comments
Opened 4 other pull requests in 3 repositories
python/cpython
2
open
-
gh-112640: Add
kwdefaultsparameter totypes.FunctionType.__new__This contribution was made on Dec 3 -
gh-108901: Deprecate
inspect.getargvaluesandinspect.formatargvalues, provide modern alternativeThis contribution was made on Dec 3
python/mypy
1
open
-
Add
aliassupport tofield()inattrspluginThis contribution was made on Dec 4
wemake-services/inspect313
1
merged
-
Simplify
from_frameThis contribution was made on Dec 3
Reviewed 5 pull requests in 2 repositories
python/cpython
4 pull requests
-
gh-112653: Intern dataclass field names to improve performance
This contribution was made on Dec 3
-
gh-112618: Make
Annotatedcache typedThis contribution was made on Dec 2 -
gh-112139: Add
inspect.Signature.formatand use it inpydocThis contribution was made on Dec 2 -
gh-108303: Move
double_consttotest_importwhere it belongsThis contribution was made on Dec 2
wemake-services/wemake-python-styleguide
1 pull request
-
Bump flake8-bugbear from 23.11.28 to 23.12.2
This contribution was made on Dec 4
Created an issue in python/cpython that received 2 comments
types.FunctionType is missing kwdefaults from the constructor
Feature or enhancement
cpython/Objects/funcobject.c Lines 800 to 813 in a9574c6
It is rather strange to have defaults, but not kwdefaults.
2
comments