gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread-safe by corona10 · Pull Request #115605 · python/cpython
Conversation
Two PRs will be left.
- list_ass_item and dependent APIs related changes: Quite huge; I will submit the change separately.
- QSBR-related changes. list_clear and list_new should use this technique.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I'd prefer we use consistent naming schemes for the functions that assume the callers hold the lock.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters