We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reversed builtin is not thread safe. The same element from a sequence can be returned multiple times.
reversed
CPython main branch
Windows
The text was updated successfully, but these errors were encountered:
gh-120608: Make reversed iterator work with free-threading (#120971)
1fb7e2a
Co-authored-by: Sam Gross <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
pythongh-120608: Make reversed iterator work with free-threading (pyt…
cf27581
…hon#120971) Co-authored-by: Sam Gross <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
No branches or pull requests
Bug report
Bug description:
The
reversed
builtin is not thread safe. The same element from a sequence can be returned multiple times.CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: