Skip to content
Avatar

Organizations

@python
Block or Report

Block or report serhiy-storchaka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 4 2

  2. code Public

    Forked from ActiveState/code

    ActiveState Code Recipes

    Python 3 5

  3. numpy Public

    Forked from numpy/numpy

    Numpy main repository

    Python 2 2

  4. pscript Public

    Forked from flexxui/pscript

    Python to JavaScript compiler

    Python 1 3

  5. astroid Public

    Forked from PyCQA/astroid

    A common base representation of python source code for pylint and other projects

    Python 2

  6. 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

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri
Activity overview
Contributed to python/cpython, neuro-inc/neuro-cli, neuro-inc/platform-monitoring and 20 other repositories

Contribution activity

June 2022

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).

+18 −20 20 comments
Opened 22 other pull requests in 4 repositories
python/cpython 9 merged 5 open
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
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…

8 comments
2 contributions in private repositories Jun 22

Seeing something unexpected? Take a look at the GitHub profile guide.