[Python-Dev] Removing Python/thread_foobar.h
Guido van Rossum
guido at python.org
Wed May 3 10:35:28 EDT 2017
More information about the Python-Dev mailing list
Wed May 3 10:35:28 EDT 2017
- Previous message (by thread): [Python-Dev] Removing Python/thread_foobar.h
- Next message (by thread): [Python-Dev] Removing Python/thread_foobar.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good catch! It's actually a template for writing a threading adaptation for new platforms. But it's probably hopelessly out of date so unless someone wants to adopt it and keep it up to date, we can delete it. (Also, new platforms with unique threading APIs don't come along at the rate they did in the 1990s. :-) If there's more discussion, it probably belongs on bugs.python.org. --Guido On Wed, May 3, 2017 at 1:59 AM, Masayuki YAMAMOTO <ma3yuki.8mamo10 at gmail.com > wrote: > Hi, python-dev. > > I'm reading the part of threading feature to replace TLS API with TSS API > (PEP 539). Python/thread_foobar.h hasn't be included to Python/thread.c > (its include directive is comment out) and anywhere. This looks like dead > code and we want to delete it, does anyone have a reason we should keep it? > > Regards, > Masayuki > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > guido%40python.org > > -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170503/955a06dd/attachment.html>
- Previous message (by thread): [Python-Dev] Removing Python/thread_foobar.h
- Next message (by thread): [Python-Dev] Removing Python/thread_foobar.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list