]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120608: Make reversed iterator work with free-threading (#120971)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 12 Mar 2025 11:39:52 +0000 (12:39 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 11:39:52 +0000 (12:39 +0100)
commit1fb7e2aeb7e4312b7f20f0d5f39ddd00d7762004
treedf4aa6ae9adc17eb65c62bf7e6f48c1cd3bffb39
parent4dcbe06fd264b3f9c0b26831f19d211a48c52286
gh-120608: Make reversed iterator work with free-threading (#120971)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_free_threading/test_reversed.py [new file with mode: 0644]
Lib/test/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2024-06-24-20-08-55.gh-issue-120608.d75n8U.rst [new file with mode: 0644]
Objects/enumobject.c