Commit Graph

7 Commits

Author SHA1 Message Date
Nick Coghlan 4ab747322b Accept PEP 539 (Thread-Specific Storage API) 2017-09-08 07:42:51 -07:00
Erik Bray 86ca2506f3 PEP 539: Update for draft implementation feedback
* Don't use `bool` types in the implementation, per discussion at https://github.com/python/cpython/pull/1362#discussion_r136357583
* Update for removal of --without-threads
* miscellaneous other clarifications and updates
2017-09-08 08:12:06 +10:00
Masayuki Yamamoto 7a99bb9b72 PEP 539: update draft (#316) 2017-08-28 14:35:54 -07:00
Masayuki Yamamoto e648e57384 PEP 539: update draft to omit two functions (#314) 2017-07-22 13:20:37 -07:00
Erik Bray 3433417193 Updates to PEP 539 draft (#291) 2017-07-12 11:58:09 -07:00
Erik Bray fcda9a2c8c Updates to PEP-539 draft (#248)
* Typo: "not not" (thanks Florent Hivert)
* Added a terminology note that hopefully should clear up confusion for new-comers to the PEP, as there have also been recent PEPs/discussions surrounding TLS in the HTTPS sense
* Adds a brief summary of the motivation to the abstract, along with a link to the relevant bug
* Updated the new API specification to reflect additions/changes since the last draft
* Added a usage example to the specification
* Added an explanation of the need for Py_tss_NEEDS_INIT to the rationalization
* Other minor wording updates and typo fixes
2017-05-01 01:59:31 +10:00
Erik M. Bray 361599ec4b Initial draft of TLS API PEP
Based on original e-mail to python-ideas
(https://mail.python.org/pipermail/python-ideas/2016-December/043983.html)
with minor updates for:

- proper ReST/PEP formatting
- minor language issues like spelling, syntax, and run-on sentences
- a few minor clarifications
2016-12-28 13:25:42 +10:00