]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Apr 2025 12:15:44 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 12:15:44 +0000 (12:15 +0000)
commit57e4f0886da453ef4125a7532e2b682e00c67843
tree51a5a05ef647fbc6dd992681d986ea4c67d40171
parent24bee4e5cf3b13410e069ac05f542d6170304aa4
[3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132007)

gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003)
(cherry picked from commit ab2a3dda1d3b6668162a847bf5b6aca2855a3416)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_context.py
Misc/NEWS.d/next/Library/2025-04-02-11-31-15.gh-issue-132002.TMsYvE.rst [new file with mode: 0644]
Python/context.c