[issue32897] test_gdb failed on Fedora 27

2018-02-21 Thread Amit Ghadge
New submission from Amit Ghadge : Hi, I get latest changes, $ git log -1 Author: Paul Price Date: Wed Feb 21 01:00:01 2018 -0500 compilation done successfully but gdb test is failing, I attached output of test_gdb -- components: Tests files: error.txt messages: 312503 nosy: amitg

[issue32897] test_gdb failed on Fedora 27

2018-02-21 Thread Amit Ghadge
Amit Ghadge added the comment: gdb version is, GNU gdb (GDB) Fedora 8.0.1-30.fc27 -- ___ Python tracker <https://bugs.python.org/issue32897> ___ ___ Python-bug

[issue32335] Failed Python build on Fedora 27

2017-12-24 Thread Amit Ghadge
Amit Ghadge added the comment: It's work and build succeed. Thanks Xavier -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.

[issue32335] Failed Python build on Fedora 27

2017-12-24 Thread Amit Ghadge
Amit Ghadge added the comment: build failure output; -- Added file: https://bugs.python.org/file47347/build_.txt ___ Python tracker <https://bugs.python.org/issue32

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
Amit Ghadge added the comment: My current git log is, Author: Victor Stinner Date: Fri Dec 15 16:29:24 2017 +0100 bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) -- ___ Python tracker <https://bugs.python.org/issue32

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
Amit Ghadge added the comment: After the some investigation, 1f06a680de465be0c24a78ea3b610053955daa99 PR was OK, a6a4dc816d68df04a7d592e0b6af8c7ecc4d4344 build failed but ./python run 88c60c9668f0aa732693517a60b851cc1dfce0cb build failed and same error comes after click ./python

[issue32335] Failed Python build on Fedora 27

2017-12-15 Thread Amit Ghadge
New submission from Amit Ghadge : Hi, I'm try to build Python from source on Fedora 27 but it shows below message and build was failed, gcc -pthread -Xlinker -export-dynamic -o python Programs/python.o libpython3.7dm.a -lpthread -ldl -lutil -lm gcc -pthread -Xlinker -export-dynam

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: Thanks, Christian for your help. -- ___ Python tracker <https://bugs.python.org/issue32271> ___ ___ Python-bugs-list mailin

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: I get the latest changes but now facing with different issue. -- resolution: out of date -> status: closed -> open type: behavior -> ___ Python tracker <https://bugs.python.or

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: No, I'm not on latest commit, $ git log -1 commit 3b0f620c1a2a21272a9e2aeca6ca1d1ac10f8162 (HEAD -> master, origin/master, origin/HEAD) Author: Louie Lu Date: Thu Aug 10 08:58:13 2017 +0800 bpo-19903: IDLE: Calltips changed to use inspect.s

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: Recompile source but this test failed again. -- ___ Python tracker <https://bugs.python.org/issue32271> ___ ___ Python-bugs-list m

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: $ rpm -qa openssl openssl-1.1.0g-1.fc27.x86_64 -- ___ Python tracker <https://bugs.python.org/issue32271> ___ ___ Python-bug

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: My Openssl version is, OpenSSL 1.1.0g-fips 2 Nov 2017 So, that need to be upgrade Openssl?. -- ___ Python tracker <https://bugs.python.org/issue32

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
New submission from Amit Ghadge : I cloned Python repo on my machine, below command run successfully, $ ./configure --with-pydebug && make -j But When I was run $./python -m test test_ssl failed, 0:08:44 load avg: 4.65 [303/406/1] test_ssl failed Exception in thread Thread-85: T

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Amit Ghadge added the comment: SilentGhost, Thanks for your response. -- ___ Python tracker <http://bugs.python.org/issue28578> ___ ___ Python-bugs-list mailin

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Amit Ghadge added the comment: Actually, I run this in Python terminal, >>> import sys >>> import sys.version I also have attached patch, Please let me that is correct or not? -- keywords: +patch Added file: http://bugs.python.org/file45302/g

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
New submission from Amit Ghadge: When I hit sys.version command on Linux shell the Py_GetCompiler version print '\n' character like; '3.7.0a0 (default:7aa001a48120, Nov 1 2016, 13:53:25) \n[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)]' And When I launch python, Py_GetCompil

[issue28578] '\n' escape character print before the Py_GetCompiler version

2016-11-01 Thread Amit Ghadge
Changes by Amit Ghadge : -- nosy: amitgb14 priority: normal severity: normal status: open title: '\n' escape character print before the Py_GetCompiler version type: enhancement versions: Python 3.7 ___ Python tracker <http://bu