-
Neu.ro
- Ukraine
- @SerhiyStorchaka
Block or Report
Block or report serhiy-storchaka
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
astroid Public
Forked from pylint-dev/astroid
A common base representation of python source code for pylint and other projects
Python 2
-
pyflakes Public
Forked from PyCQA/pyflakes
A simple program which checks Python source files for errors
Python 3
473 contributions in the last year
Activity overview
Contribution activity
July 2023
Created 5 commits in 1 repository
Created a pull request in python/cpython that received 10 comments
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr()
It simplifies and speed up the code. Issue: gh-106303
Opened 10 other pull requests in 1 repository
python/cpython
6
open
4
merged
- [3.11] gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
- gh-106566: Optimize (?!) in regular expressions
- Move implementation specific RE tests to separate class
-
[3.11] gh-106300: Improve
assertRaises(Exception)usages in tests (GH-106302). - gh-106521: Add PyObject_GetOptionalAttr() function
- gh-106482: Clarify documentation of character set in RE
- gh-106052: Fix bug in the matching of possessive quantifiers
- gh-106510: Fix DEBUG output for atomic group
- gh-106508: Improve debugging of the _sre module
- gh-106307: Add PyMapping_GetOptionalItem()
Reviewed 12 pull requests in 1 repository
python/cpython
12 pull requests
- gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr()
- gh-105927: PyWeakref_GetRef() returns 1 on success
- [3.11] Move implementation specific RE tests to separate class (GH-106563)
- [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511)
- [3.11] gh-106510: Fix DEBUG output for atomic group (GH-106511)
- gh-106307: Add PyMapping_GetOptionalItem()
- [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525)
-
gh-106524: Zero template items before initializing them in
_sre.template -
gh-106185: Deduplicate
CPythonTracebackErrorCaretTestsintest_traceback -
gh-106300: Improve
assertRaises(Exception)usages in tests - bpo-42128: Structural Pattern Matching (PEP 634)
- bpo-43682: @staticmethod inherits attributes
Created an issue in python/cpython that received 2 comments
Add PyMapping_GetOptionalItem()
PyObject_GetItem() raises a KeyError if the key is not found in a mapping. In some cases it should be treated as any other error, but in other case…





