]> granicus.if.org Git - python/commit
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
authorMasayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
Fri, 5 May 2017 08:04:13 +0000 (17:04 +0900)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 5 May 2017 08:04:13 +0000 (10:04 +0200)
commitfdaeea620f8c78da89cddba4ab010c64535800e0
tree252054db6c2dad0712cb061d1cad56522b20cb79
parentef9c0e732fc50aefbdd7c5a80e04e14b31684e66
bpo-30279: Remove unused Python/thread_foobar.h (#1473)

Python/thread_foobar.h is the template code that is threading adaptation
for new platforms, also hasn't been used on actual platforms.
Python/thread_*.h give concrete examples of adaptation instead of the
template code.
Python/thread.c
Python/thread_foobar.h [deleted file]