Uh oh!
There was an error while loading. Please reload this page.
gh-124397: Add pure Python implementation of threading.iter_locked - #138261
gh-124397: Add pure Python implementation of threading.iter_locked#138261eendebakpt wants to merge 16 commits into
threading.iter_locked#138261Conversation
I would have really preferred something like |
threading.iter_lockedZeroIntensity
commented
Aug 30, 2025
I'm still not a huge fan of putting this in |
eendebakpt
commented
Aug 30, 2025
Just an idea: what about using the builtin |
ZeroIntensity
commented
Aug 30, 2025
I like that idea, but it would require a lot more work to accomplish. Changes to builtins require PEPs. |
This PR is stale because it has been open for 30 days with no activity. |
eendebakpt
commented
Apr 28, 2026
#148894 is a more complete implementation, closing this PR |
vstinner
commented
Apr 29, 2026
You didn't close the PR. I suppose that it was a mistake, so I close the PR. |
Add a Python implementation of
iter_locked.Continuation of #133908 and #133272. The name was discussed in discuss.python.org
Since this is now a pure python implementation, we could also consider adding this to packages such as https://github.com/facebookincubator/ft_utils or https://github.com/dpdani/cereggii
📚 Documentation preview 📚: https://cpython-previews--138261.org.readthedocs.build/