FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-141510: Check argument in PyDict_MergeFromSeq2() by vstinner · Pull Request #145082 · python/cpython · GitHub

/ cpython Public

gh-141510: Check argument in PyDict_MergeFromSeq2() - #145082

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:frozendict_mergefromseq2
Feb 21, 2026
Merged

gh-141510: Check argument in PyDict_MergeFromSeq2()#145082
vstinner merged 1 commit into
python:mainfrom
vstinner:frozendict_mergefromseq2

Conversation

vstinner commented Feb 21, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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.

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.
vstinner merged commit 6940c1d into python:main Feb 21, 2026
49 checks passed
vstinner deleted the frozendict_mergefromseq2 branch February 21, 2026 16:21
brijkapadia pushed a commit to brijkapadia/cpython that referenced this pull request Feb 28, 2026
)

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.
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
)

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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL