Bobby Impollonia

Results 3 issues of Bobby Impollonia

```cython import cython from typing import Tuple @cython.dataclasses.dataclass @cython.cclass class MyDataClass: tuple: Tuple ``` Trying to build this (on 64-bit linux with Python 3.8.11 and Cython 3.0.0 Alpha 11) results...

defect
Type Analysis

When trying to lookup an alias that does not exist using code like client.indices.get_alias(name='bogus') , a `elasticsearch.exceptions.NotFoundError` is raised. This is expected. However when the traceback is being generated for...

This can be verified via the CPUID ASM instruction. Is there a portable way to do this without inline ASM? cpuid.h sometimes exists on linux