You can remove thread_foobar.h. I don't think that anyone still wants
to use this template. The other thread_*.h files can be used as
template as well.
Victor
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/pyth
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
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 sh