Branch: refs/heads/master Home: https://github.com/python/cpython Commit: fdaeea620f8c78da89cddba4ab010c64535800e0 https://github.com/python/cpython/commit/fdaeea620f8c78da89cddba4ab010c64535800e0 Author: Masayuki Yamamoto <ma3yuki.8mamo10 at gmail.com> Date: 2017年05月05日 (2017年5月05日) Changed paths: M Python/thread.c R Python/thread_foobar.h Log Message: ----------- 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.