gh-113743: Use per-interpreter locks for types by DinoV · Pull Request #115541 · python/cpython

@DinoV DinoV changed the title Nogil type mro per interp gh-113743: Nogil type mro per interp

Feb 15, 2024

@DinoV

@DinoV DinoV marked this pull request as ready for review

February 16, 2024 00:08

@DinoV DinoV changed the title gh-113743: Nogil type mro per interp gh-113743: Use per-interpreter locks for types

Feb 16, 2024

colesbury

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

Apr 17, 2024
Move type-lock to per-interpreter lock to avoid heavy contention in interpreters test

@DinoV DinoV deleted the nogil_type_mro_per_interp branch

May 31, 2024 18:23

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

Jan 22, 2025
Move type-lock to per-interpreter lock to avoid heavy contention in interpreters test