]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)
authorMasayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
Wed, 5 Jul 2017 09:24:46 +0000 (18:24 +0900)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 5 Jul 2017 09:24:46 +0000 (11:24 +0200)
commite3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d
tree3a83c01d1f08ce342abd6bb0587746dfc1b8d3bf
parent0884c40603be59cc40dd2af510a4c008dfac85f2
[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)
Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst [new file with mode: 0644]
Python/ceval.c