]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:05:30 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 12:05:30 +0000 (12:05 +0000)
commitb3cf1f27e94d65eba4ed300bdf5851c0326a2a44
treedb8fb5edf5c6622840d8553217553fbf8238e4f4
parentafb3f33256c2f74c560c70ac00514722f177a1db
[3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008)

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