Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d https://github.com/python/cpython/commit/e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d Author: Masayuki Yamamoto <ma3yuki.8mamo10 at gmail.com> Date: 2017年07月05日 (2017年7月05日) Changed paths: A Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst M Python/ceval.c Log Message: ----------- [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583) * bpo-30854: Fix compile error when --without-threads * bpo-30854: fix news (cherry picked from commit 0c3116309307ad2c7f8e2d2096612f4ab33cbb62)