Arthur Vernon

Results 2 comments of Arthur Vernon

I hit a similar problem with a delaration like this (running python 3.9) and concerned about running the app in python 3.8. ```python T = TypeVar('T') @dataclass class PagedDTO(Generic[T]): ......

I hit this problem recently when including version 1.55 of PyGitHub into an application I was deploying to AWS Lambda. For some reason the _cffi_backend was not getting bundled in...