bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API by ma8ma · Pull Request #1362 · python/cpython
See PEP 539 for details. highlights of changes: - Add Thread Specific Storage (TSS) API - Add test for transitions of the thread key state. - Mark deprecation to Thread Local Storage (TLS) API - Replace codes that used TLS API with TSS API
Resolve conflicts: fdaeea6 bpo-30279: Remove unused Python/thread_foobar.h (python#1473)
Resolve conflcts: ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (python#1081)
Resolve conflicts: 346cbd3 bpo-16500: Allow registering at-fork handlers (python#1715)
- overview - the existing TLS API (without descripiton) - the new TSS API - type and macro - dynamic allocation - methods
ma8ma
deleted the
pep539-tss-api
branch
ma8ma
mentioned this pull request
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