Masayuki Yamamoto 731e189014 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
See PEP 539 for details.

Highlights of changes:

- Add Thread Specific Storage (TSS) API
- Document the Thread Local Storage (TLS) API as deprecated
- Update code that used TLS API to use TSS API
2017-10-06 20:41:34 +10:00
..
2016-09-07 09:26:18 -07:00
2017-09-14 18:13:16 -07:00
2017-01-01 22:04:13 -06:00
2017-09-14 18:13:16 -07:00
2017-09-14 18:13:16 -07:00
2017-09-14 00:35:58 -07:00
2017-09-14 18:13:16 -07:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library