diff options
author | Masayuki Yamamoto <ma3yuki.8mamo10@gmail.com> | 2017-07-05 09:24:46 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-07-05 09:24:46 (GMT) |
commit | e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d (patch) | |
tree | 3a83c01d1f08ce342abd6bb0587746dfc1b8d3bf /Misc/NEWS.d | |
parent | 0884c40603be59cc40dd2af510a4c008dfac85f2 (diff) | |
download | cpython-e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d.zip cpython-e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d.tar.gz cpython-e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d.tar.bz2 |
[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)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst b/Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst new file mode 100644 index 0000000..f75aea4 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-07-05-16-54-59.bpo-30854.sPADRI.rst @@ -0,0 +1,2 @@ +Fix compile error when compiling --without-threads. +Patch by Masayuki Yamamoto. |