We use `__future__.annotations` to good effect everywhere we can, and one of the effects of this is that annotations are automatically stringized and don't need to be evaluated, using less memory and computation. But this only affects actual annotations -- a cast is just a function with an argument, so the compiler has no idea that it's an annotation to be stringized. Do this manually.pull/10757/head
parent
f4cc60bf20
commit
c5db96e051
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue