Results 31 issues of Vasily Zakharov

### Bug description ```python from socket import AddressFamily, SocketKind a = AddressFamily b = SocketKind ``` ### Configuration _No response_ ### Command used ```shell pylint test.py ``` ### Pylint output...

Needs triage :inbox_tray:

The following code: ```python3 from collections.abc import Callable, Sequence from functools import partial, reduce from typing import cast, Any CA = Callable[[Any], Any] CB = Callable[[Callable[..., Any], Any], Any] def...

bug

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description It would be nice for `typeguard`...

enhancement

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

### Bug description ```python async def f() -> bytes: return b'' g = f() g.send(None) ``` It looks like type of `g` is inferred as `bytes` instead of "coroutine returning...

Bug :beetle:
False Positive 🦟
Needs astroid update

For now, testing of new pull requests is only performed for Python 3.6-3.11, while 3.12 is the latest release.

**Plugin version** 2.16.0 **Gradle version** 8.13 **JDK version** 17 **Kotlin and Kotlin Gradle Plugin (KGP) version** 2.1.20 **Android Gradle Plugin (AGP) version** 8.9.1 **`reason` output for bugs relating to incorrect...

enhancement