[issue36134] test failure : test_re; recipe for target 'test' failed

2019-02-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_re is failing when local is set for `en_IN` ___ Python tracker ___

[issue36134] test failure : test_re; recipe for target 'test' failed

2019-02-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the details. This seems to be the same as issue29571 where the issue was reported on Ubuntu for en_IN but not happening in Gentoo. -- ___ Python tracker __

[issue36134] test failure : test_re; recipe for target 'test' failed

2019-02-27 Thread Apoorv Sachan
Apoorv Sachan added the comment: ###the outputs for the commands: user@host $ python -m test.pythoninfo /usr/bin/python: No module named test.pythoninfo -- user@host $ locale LANG=en_IN LANGUAGE=en_IN:en LC_CTYPE="en_IN" LC_NUMERIC="en_IN" LC_TIME="en_IN" LC_COLLATE

[issue36134] test failure : test_re; recipe for target 'test' failed

2019-02-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Search gives me issue29571 that looks similar to this report. This seems to be locale specific and information on your locale, OS etc would be helpful. Can you please add the output of below? * python -m test.pythoninfo * locale * ./python -m test

[issue36134] test failure : test_re; recipe for target 'test' failed

2019-02-27 Thread Apoorv Sachan
New submission from Apoorv Sachan : ## while building python3.7 from source code on debian9.8 stretch. hardware : intel corei5 3337U 4 Gib -- physical ram//4 Gib -- swap space following the instructions given in the README.rst file: user@host $ ./configure --enable-optimizations #---works fine