| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Create a new page for thread safety notes for built-in types - Move thread safety notes for `list` into the new page - Move thread safety notes for `dict` into the new page
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
|
|
||
| # NOT atomic: check-then-act | ||
| if lst: | ||
| item = lst.pop() |
There was a problem hiding this comment.
Code blocks should use 4-space indentation.
| item = lst.pop() | |
| item = lst.pop() |
(More of the same below.)
Sorry, something went wrong.
|
Thanks @lysnikolaou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
…H-144716) - Create a new page for thread safety notes for built-in types - Move thread safety notes for `list` into the new page - Move thread safety notes for `dict` into the new page --------- (cherry picked from commit 017ccd3) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
|
GH-145223 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
) (#145223) - Create a new page for thread safety notes for built-in types - Move thread safety notes for `list` into the new page - Move thread safety notes for `dict` into the new page --------- (cherry picked from commit 017ccd3) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…144716) - Create a new page for thread safety notes for built-in types - Move thread safety notes for `list` into the new page - Move thread safety notes for `dict` into the new page --------- Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…144716) - Create a new page for thread safety notes for built-in types - Move thread safety notes for `list` into the new page - Move thread safety notes for `dict` into the new page --------- Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
📚 Documentation preview 📚: https://cpython-previews--144716.org.readthedocs.build/