Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize implementation of TypedDict types for **kwds
The implementation copied lots of callable types even when not using the new feature, which was expensive. Now we only generate a copy if a callable actually uses TypedDict types for **kwds. This made self check 7-8% faster (when compiled with -O0). The original implementation was in #13471.
- Loading branch information