Re: [Python-Dev] Python Tests

2017-05-14 Thread Pranav Deshpande
Thank you. I redirecting my questions over there now. Regards, Pranav. On Mon, May 15, 2017 at 12:08 AM, Camilla wrote: > hi Pranav, > the core-mentorship mailing list is a friendly group that can help you get > started and answer questions. You can find out more about the Python Core > Mentors

Re: [Python-Dev] Python Tests

2017-05-14 Thread Camilla
hi Pranav, the core-mentorship mailing list is a friendly group that can help you get started and answer questions. You can find out more about the Python Core Mentorship initiative here. Kind regards, Camilla 2017-05-14 19:24 GMT+01:00 Pranav Deshpan

Re: [Python-Dev] Python Tests

2017-05-14 Thread Pranav Deshpande
I just wanted to start contributing to open-source; that is all. I was going to ask for guidance after I completed the initial steps( search for beginner friendly bugs) and get a general idea of the code. How do I go about doing this? Regards, Pranav On Sun, May 14, 2017 at 9:42 PM, Guido van Ros

Re: [Python-Dev] Python Tests

2017-05-14 Thread Guido van Rossum
What is it that you wanted to contribute? Unless it affects regular expressions you probably needn't worry about that one test. (If you do, run the test by itself in verbose mode so you can debug why it is failing.) On Sun, May 14, 2017 at 8:04 AM, Pranav Deshpande < deshpande.v.pra...@gmail.com>

Re: [Python-Dev] Python Tests

2017-05-14 Thread Serhiy Storchaka
On 14.05.17 18:04, Pranav Deshpande wrote: Hello, everyone. I wanted to contribute to Python so I began by following the steps given here: https://docs.python.org/devguide/ WHile executing ./python -m test -j3 I encountered the following error: 383 tests OK. 1 test failed: test_re 21 tes

Re: [Python-Dev] Python tests fails on HP-UX 11.11 and core dumps

2005-04-13 Thread Martin v. Löwis
Senthil Prabu.S wrote: >I tried python -4.2.1 on a HP-UX 11.11 PA machine. I was able to > python. Gmake passes, gmake test results in error. The python reported > that test_pty fails,when running this test alone. > > Can anyone help to find why core dumps at running the > *test_subproces