Denis Otkidach

Results 9 issues of Denis Otkidach

Wrong base class causes error when checking code with mypy: ``` kafka/protocol/admin.py:928: error: Class kafka.protocol.admin.DescribeClientQuotasResponse_v0 has abstract attributes "RESPONSE_TYPE" kafka/protocol/admin.py:928: note: If it is meant to be abstract, add 'abc.ABCMeta'...

#### Test file ````python import logging import pytest @pytest.fixture def fixture(): logging.warning('Warning in fixture') def test_nothing(fixture): pass ```` #### Output with pytest-sugar ```` $ pytest -r P test.py Test session...

bug

There are several places ([`execute_graphql()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/graphql.py#L72), [`complete_value()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/executor.py#L530), [`complete_value_catching_error()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/executor.py#L489), [`resolve_or_error()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/executor.py#L448), [`execute()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/executor.py#L128) [`ExecutionContext.report_error()`](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/utils.py#L152), may be there is more) where the library indiscriminately catches all exceptions and reports them to client. It's correct behaviour...

Given: - Multiple libraries in the same namespace package (proprietary, developed by different teams) - All those libraries have a `namespace/__init__.py` file. This is not the recommended way to proceed...

question

### How do you use Sentry? Self-hosted/on-premise ### Version 1.45.0 ### Steps to Reproduce After upgrading from Python 3.10.13 to 3.12.4 we started getting segmentation faults from time to time...

Integration: Starlette/FastAPI
Waiting for: Community
Stale
Python:3.12

### How do you use Sentry? Self-hosted/on-premise ### Version 2.43.0 ### Steps to Reproduce Some of our exception define properties `message` and `detail`. The formatting of error message for those...

Python
Bug