[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread miss-islington
miss-islington added the comment: New changeset 2055ebb940a737b1375435209c37eae535f062f9 by Miss Islington (bot) in branch '3.7': closes bpo-13497: Fix `broken nice` configure test. (GH-12041) https://github.com/python/cpython/commit/2055ebb940a737b1375435209c37eae535f062f9 --

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread miss-islington
miss-islington added the comment: New changeset a0f656d310bdd086f1e186bc7a4174e4068f by Miss Islington (bot) in branch '2.7': closes bpo-13497: Fix `broken nice` configure test. (GH-12041) https://github.com/python/cpython/commit/a0f656d310bdd086f1e186bc7a4174e4068f -- nosy:

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +12069 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 90c6facebd5666fec85f125ee2795b48b30319a4 by Benjamin Peterson (ngie-eign) in branch 'master': closes bpo-13497: Fix `broken nice` configure test. (GH-12041) https://github.com/python/cpython/commit/90c6facebd5666fec85f125ee2795b48b30319a4 -

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +12068 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2019-02-25 Thread Enji Cooper
Change by Enji Cooper : -- pull_requests: +12067 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2011-11-29 Thread Garrett Cooper
Garrett Cooper added the comment: Other potential issues are provided below: configure:9015: checking if PTHREAD_SCOPE_SYSTEM is supported configure:9038: gcc -pthread -o conftest -I/usr/include/edit conftest.c >&5 conftest.c: In function 'main': conftest.c:101: warning: incompatible implici

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2011-11-29 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> patch review versions: +Python 2.7, Python 3.2, Python 3.3 -Python 3.4 ___ Python tracker ___ __

[issue13497] Fix for broken nice test on non-broken platforms with pedantic compilers

2011-11-29 Thread Garrett Cooper
New submission from Garrett Cooper : Was poking around config.log and I saw that gcc was complaining of some undefined built-in symbols for the broken nice test in configure. This patch fixes that. -- files: configure-fix-broken-broken-nice-test.patch keywords: patch messages: 148554 n