[Python-Dev] PEP 539 (second round): A new C API for Thread-Local Storage in CPython

Masayuki YAMAMOTO ma3yuki.8mamo10 at gmail.com
Fri Sep 1 04:03:04 EDT 2017


2017-08-31 19:40 GMT+09:00 Erik Bray <erik.m.bray at gmail.com>:

> [...]
> the changes is nice.   I just have a few minor changes to suggest
> (typos and such) that I'll make in a pull request.
>
Steve Dower points out which avoids the use of bool in header declarations
[*]. I'd change PyThread_tss_is_created declaration's bool to replace with
int.

Erik, would you change the specification at present PEP PR? (I comment also
the PR)

Thanks,
Masayuki

[*]: https://github.com/python/cpython/pull/1362#pullrequestreview-59884901
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20170901/194bf662/attachment.html>


More information about the Python-Dev mailing list