gh-112075: Fix dict thread safety issues by Kronuz · Pull Request #119288 · python/cpython

@bedevere-app bot mentioned this pull request

May 21, 2024

@Kronuz

@Kronuz Kronuz marked this pull request as ready for review

May 21, 2024 17:37

DinoV

@Kronuz

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 9, 2024
Fix dict thread safety issues
(cherry picked from commit f0ed186)

Co-authored-by: Germán Méndez Bravo <kronuz@fb.com>

colesbury pushed a commit that referenced this pull request

Jul 9, 2024
(cherry picked from commit f0ed186)

Co-authored-by: Germán Méndez Bravo <kronuz@fb.com>

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
Fix dict thread safety issues