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 skrah
Recipients facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah, vstinner, xiang.zhang
Date 2017-01-07.16:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483805080.41.0.446602980606.issue29190@psf.upfronthosting.co.za>
In-reply-to
Content
I'm generally a little concerned about the way "bugs" are presented here recently:

In #28701 you write:

'Correctness. Since no caller checks the error of PyUnicode_CompareWithASCIIString(), it is incorrectly interpreted as "less then".'

This is just not true. When testing for equality "-1" is "not equal"
and an exception would follow anyway.

I'm also not happy with broad coccinelle patches that I see months later.

I'm not sure if you realize that other people's reputation is at
stake here. You label something as a bug (good for you), everyone
who reads your reports and commits think that a bug has been found,
which is not the case.
History
Date User Action Args
2017-01-07 16:04:40skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, vstinner, serhiy.storchaka, xiang.zhang
2017-01-07 16:04:40skrahsetmessageid: <1483805080.41.0.446602980606.issue29190@psf.upfronthosting.co.za>
2017-01-07 16:04:40skrahlinkissue29190 messages
2017-01-07 16:04:39skrahcreate