]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)
authorsobolevn <mail@sobolevn.me>
Wed, 2 Apr 2025 11:48:47 +0000 (14:48 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 11:48:47 +0000 (14:48 +0300)
commitab2a3dda1d3b6668162a847bf5b6aca2855a3416
tree3140a9f6cf03b891151d12d738ecfa9726eb3f5b
parent87d9983994e9a423e9e0050b1bbee52ebaf84367
gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)
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