gh-141510: Check argument in PyDict_MergeFromSeq2() (#145082)
PyDict_MergeFromSeq2() now fails with SystemError if the first argument is not a dict or a dict subclass. PyDict_Update(), PyDict_Merge() and _PyDict_MergeEx() no longer accept frozendict.
V
Victor Stinner committed
6940c1dc0c211670a4531bc13c10233e2fcf1335
Parent: 770d354
Committed by GitHub <noreply@github.com>
on 2/21/2026, 4:21:43 PM