-
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,341 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 27 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 29 other pull requests in 4 repositories
python/cpython
16
merged
5
open
- [3.11] gh-93820: Pickle enum.Flag by name (GH-93891).
- Revert 30935 defer bpo45162 to 312
- [3.10] gh-94245: Fix pickling and copying of typing.Tuple[()]
- gh-94245: Test pickling and copying of typing.Tuple[()]
- gh-77560: Report possible errors in restoring builtins at finalization
- gh-87995: Make MappingProxyType hashable
- gh-74696: Pass root_dir to custom archivers which support it
- 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 38 pull requests in 2 repositories
python/cpython
25 pull requests
- bpo-41422: Visit the Unpickler's memo in Unpickler_traverse
- gh-93370: Drop deprecated sqlite3.version from pythoninfo.py
- [3.11] gh-83499: Fix closing file descriptors in tempfile (GH-93874)
- [3.10] gh-83499: Fix closing file descriptors in tempfile (GH-93874)
- [3.11] gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
- [3.10] gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
- gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962)
- bpo-37013: Fix the error handling in socket.if_indextoname()
- bpo-26253: Add compressionlevel to tarfile stream
- gh-94226: Remove the locale.format() function
- 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
-
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)
- 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…



