Contributing to cpython
Thomas Passin
list1 at tompassin.net
Wed Dec 7 00:12:13 EST 2022
On 12/6/2022 11:18 PM, ramvikram singh wrote:
> the issue is that after reading the issue I am not able to think how to
> modify the code, this is where I am stuck
>
> On Wed, Dec 7, 2022 at 1:54 AM ramvikram singh <ramvikrams243 at gmail.com>
> wrote:
>
>> Greetings,
>> I learnt python this year and visiting the python issue tab for the last
>> two months, but there is a problem which I am facing I understand the issue
>> after reading the few times but I can't think about how to modify the code
>> as per the issue. Could you please help me with this?
>>
No one can help you because you have said nothing about the issue. It
is as if I were to write "I am having a problem with my car. Can you
help me?". And before you can think about modifying the code, you need
to understand what the issue is, why it is happening, how that could be
changed, and why that would be a safe kind of change to make. After
that, you would be prepared to think about details of the code. And
that thinking would need to include ways in which you could verify that
you can make the problem occur and how you can test to make sure that it
is fixed after changes to the code.
More information about the Python-list
mailing list