-
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 PyCQA/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
2,372 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 21 commits in 5 repositories
Created a pull request in python/cpython that received 20 comments
gh-89828: Do not relay the __class__ attribute in GenericAlias
list[int].__class__ returned type, and isinstance(list[int], type)
returned True. It caused numerous problems in code that checks
isinstance(x, type).
Opened 22 other pull requests in 4 repositories
python/cpython
9
merged
5
open
- gh-85308: Add argparse tests for reading non-ASCII arguments from file
- [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
- gh-93820: Pickle enum.Flag by name
- gh-93847: Fix repr of enum of generic aliases
- gh-83499: Fix closing file descriptors in tempfile
- [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
- gh-93741: Add private C API _PyImport_GetModuleAttrString()
- gh-74876: Fix copying and pickling weakref.WeakSet
- gh-79512: Fixed names and __module__ value of weakref classes
- gh-90494: Reject 6th element of the __reduce__() tuple
- gh-93453: Make get_event_loop() an alias of get_running_loop()
- gh-91810: Fix regression with writing an XML declaration with encoding='unicode'
- gh-90300: Reformat the Python CLI help output
- gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt)
neuro-inc/platform-monitoring
4
merged
1
closed
neuro-inc/neuro-cli
2
merged
python/peps
1
merged
Reviewed 29 pull requests in 2 repositories
python/cpython
25 pull requests
- gh-94194: gettext plural values must now be integers
- gh-94172: Remove keyfile, certfile and check_hostname parameters
- gh-94026: Workaround for BlockingIOError in runtest_mp on Emscripten
-
[3.10] gh-92888: Fix memoryview bad
__index__use after free (GH-92946) - gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/
- Fix typo in _io.TextIOWrapper Clinic input
- bpo-37013: Fix the error handling in socket.if_indextoname()
-
gh-92893: Fix issue when
dataclassses.is_dataclassreturns False - [3.11] gh-93847: Fix repr of enum of generic aliases (GH-93885)
- GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int
- [3.10] [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792)
- gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283)
- gh-87347: Add parenthesis around PyXXX_Check() arguments
- Call busy_retry() and sleeping_retry() with error=True
- [3.10] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
- [3.11] gh-92914: Round the allocated size for lists up to the even number (GH-92915)
- [3.11] gh-90300: split --help output into separate options (GH-30331)
- [3.11] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
- Add test.support.busy_retry()
- [3.11] gh-89973: Fix re.error in the fnmatch module. (GH-93072)
- [3.10] gh-89973: Fix re.error in the fnmatch module. (GH-93072)
- gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
- gh-91810: Fix regression with writing an XML declaration with encoding='unicode'
- gh-90300: Reformat the Python CLI help output
- [3.11] gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
- Some pull request reviews not shown.
neuro-inc/platform-api
1 pull request
Created an issue in python/cpython that received 8 comments
Make get_event_loop() an alias of get_running_loop()
Since 3.10 asyncio.get_event_loop() emits a deprecation warning if used outside of the event loop (see #83710). It is a time to turn a warning into…



