[Python-checkins] [python/cpython] fdaeea: bpo-30279: Remove unused Python/thread_foobar.h (#...

GitHub noreply at github.com
Fri May 5 04:04:15 EDT 2017


  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 (Fri, 05 May 2017)

  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.




More information about the Python-checkins mailing list