]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154)
authorJonathan Dung <jonathandung@yahoo.com>
Sat, 21 Mar 2026 13:06:07 +0000 (21:06 +0800)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2026 13:06:07 +0000 (14:06 +0100)
commitf6b5eed47de2de13da94332231eb9c3f4769c78d
treeb24760d5675807549e27f072d2626eed6676e1b4
parent8a531f89df8f8bf4c4fe395f9edcdc19852bdf1c
gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/curses/has_key.py