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,043 contributions in the last year
Less
More
Contribution activity
January 2023
Created 11 commits in 5 repositories
Created a pull request in python/cpython that received 12 comments
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the…
… heap memory (GH-24061)" This reverts commit 7c83eaa. This would need to be back-ported to 3.10 and 3.11 Issue: gh-100689
+28
−40
•
12
comments
Opened 7 other pull requests in 3 repositories
python/cpython
1
open
3
merged
1
closed
myint/eradicate
1
merged
python/core-workflow
1
merged
Reviewed 17 pull requests in 8 repositories
python/cpython
8 pull requests
- gh-100290: unittest checks file follows pattern
- gh-100824: Fix type for the documentation of unittest.TestLoader.testNamePatterns
- gh-100690: Prevent prefix "called_" for attributes of safe mock objects
-
gh-96127: Fix
inspect.signaturecall on mocks - gh-100776: Fix misleading default value in help(input)
- gh-87447: Fix walrus comprehension rebind checking
- gh-100739: Respect mock spec when checking for unsafe prefixes
-
gh-100518: Add tests for
ast.NodeTransformer
typeddjango/django-stubs
2 pull requests
wemake-services/coverage-conditional-plugin
2 pull requests
dry-python/classes
1 pull request
myint/eradicate
1 pull request
wemake-services/django-split-settings
1 pull request
sobolevn/git-secret
1 pull request
ton-community/tlb-parser
1 pull request
Created an issue in python/cpython that received 3 comments
Make email.message.Message.__contains__ faster
Right now the implementation of Message.__contains__ looks like this: cpython/Lib/email/message.py Lines 450 to 451 in 2f2fa03
There ar…
3
comments