gh-112075: Make instance attributes stored in inline "dict" thread safe by DinoV · Pull Request #114742 · python/cpython

@DinoV DinoV marked this pull request as ready for review

January 30, 2024 17:32

colesbury

@DinoV DinoV marked this pull request as draft

February 3, 2024 01:04

@DinoV DinoV marked this pull request as ready for review

February 16, 2024 22:55

colesbury

@DinoV

@DinoV

Fix issue where critical section isn't released
Make _PyObject_TryGetInstanceAttribute return a bool

@DinoV

…y materialized dict

Fix duplicate incref
Fix comment
Remove redundant if check on detach

@DinoV

@DinoV

@DinoV