[issue30854] Compile error on Python/ceval.c without threads

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 by Victor Stinner in branch 'master': Revert "bpo-30822: Fix testing of datetime module." (#2588) https://github.com/python/cpython/commit/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 --

[issue30854] Compile error on Python/ceval.c without threads

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: Thanks Masayuki Yamamoto for your fixes! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue30854] Compile error on Python/ceval.c without threads

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset e3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d by Victor Stinner (Masayuki Yamamoto) in branch '3.6': [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583) https://github.com/python/cpython/commit/e3a0ff0d76b9e7a994afa7f2c54b19a63f

[issue30854] Compile error on Python/ceval.c without threads

2017-07-05 Thread STINNER Victor
Changes by STINNER Victor : -- title: Compile error on Python/ceval.c -> Compile error on Python/ceval.c without threads ___ Python tracker ___ _

[issue30854] Compile error on Python/ceval.c without threads

2017-07-05 Thread Masayuki Yamamoto
Changes by Masayuki Yamamoto : -- pull_requests: +2654 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30854] Compile error on Python/ceval.c

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0c3116309307ad2c7f8e2d2096612f4ab33cbb62 by Victor Stinner (Masayuki Yamamoto) in branch 'master': bpo-30854: Fix compile error when --without-threads (#2581) https://github.com/python/cpython/commit/0c3116309307ad2c7f8e2d2096612f4ab33cbb62

[issue30854] Compile error on Python/ceval.c

2017-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30854] Compile error on Python/ceval.c

2017-07-05 Thread Masayuki Yamamoto
Changes by Masayuki Yamamoto : -- pull_requests: +2651 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30854] Compile error on Python/ceval.c

2017-07-05 Thread Masayuki Yamamoto
New submission from Masayuki Yamamoto: I found a syntax error when compiling without threads. In that place, the colon has been used instead of semicolon at end of statement. build commands and error log: $ uname -a Linux masayuki-P35-DS3 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:25 UTC