This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry, ofey404, ping, yselivanov
Date 2022-02-23.17:49:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645638542.27.0.533334963222.issue46761@roundup.psfhosted.org>
In-reply-to
Content
Ofey, I appreciate your enthusiasm, but you should probably slow down.  Fixing the bug is probably going to be the easy part here.  But we're not to that stage quite yet.  First, we need to determine

* why the code behaves like this--is this behavior a genuine bug, or is it actually a bugfix for some worse behavior?
* will fixing the bug cause problems for Python users? and if so, can we still fix the bug while mitigating the damage to people who are unfortunately depending on the bug?

The next step is not to write a bugfix for this exact behavior, it's to determine why the code is the way it is.  If it was genuinely just a mistake, and we can simply fix it and people will thank us, then we may have a use for your patch.  But, generally, people who work on Python are smart, and they don't tend to commit dumb mistakes, so we can't simply assume it's a simple bug and fix it.
History
Date User Action Args
2022-02-23 17:49:02larrysetrecipients: + larry, ping, yselivanov, ofey404
2022-02-23 17:49:02larrysetmessageid: <1645638542.27.0.533334963222.issue46761@roundup.psfhosted.org>
2022-02-23 17:49:02larrylinkissue46761 messages
2022-02-23 17:49:02larrycreate