Lionel Bersee
Results
2
comments of
Lionel Bersee
We are also impacted by this issue. Very similar use case to @DavidWells. We have protected a few different API Gateway endpoints using different custom scopes and the only scope...
I'm seeing similar behaviour after upgrading `freezegun` from `1.0.0` to `1.1.0`. This code snippet reproduces the issue: ```python from multiprocessing import Pool # using Pool from `multiprocessing.dummy` also results in...