Update TypedDictType.__init__ signature to preserve backward compat (#21590)
The new signature added a new parameter in the middle of the signature, which may break plugins. Add the new parameter to the end of the parameter list with a default value so that existing calls will continue to work. This looks a bit ugly, but backward compatibility is the priority here.
J
Jukka Lehtosalo committed
7c9097b971071b2fc80daa6f151c1a6a5f82fc1a
Parent: fad733f
Committed by GitHub <noreply@github.com>
on 6/4/2026, 2:39:38 PM