I am a beginner when it comes to open source contribution and have decided
to take up this issue. I did some basic research about the issue found this
file:
cpython/Lib/test/support/script_helper.py
The function _assert_python call run_python_until_end which call
subprocess.Popen which takes the
thon Core
> Mentorship <https://www.python.org/dev/core-mentorship/> initiative here.
>
> Kind regards,
> Camilla
>
> 2017-05-14 19:24 GMT+01:00 Pranav Deshpande
> :
>
>> I just wanted to start contributing to open-source; that is all. I was
>> going to ask for g
Rossum wrote:
> 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
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 tests skipped:
test_curses test_dbm_gnu test