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 rhettinger
Recipients rhettinger, samuel72
Date 2020-07-09.18:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594318723.52.0.149255057912.issue40832@roundup.psfhosted.org>
In-reply-to
Content
If the implementation made it easy, I would add the check.  But since it would be an invasive change, I'm inclined to pass on it because it is so uncommon — the lo and hi arguments are rarely used, even more rarely with a negative hi paired with a non-negative lo  — I've never seen this arise in practice ever.

If someone does find a real-world case where this was problematic, feel free to reopen this and we'll find a way to squeeze in the extra range check.
History
Date User Action Args
2020-07-09 18:18:43rhettingersetrecipients: + rhettinger, samuel72
2020-07-09 18:18:43rhettingersetmessageid: <1594318723.52.0.149255057912.issue40832@roundup.psfhosted.org>
2020-07-09 18:18:43rhettingerlinkissue40832 messages
2020-07-09 18:18:43rhettingercreate