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 vstinner
Recipients mark.dickinson, serhiy.storchaka, tim.peters, vstinner
Date 2021-10-09.07:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633766210.91.0.0719852167571.issue45412@roundup.psfhosted.org>
In-reply-to
Content
> And I have doubts about Py_ADJUST_ERANGE2(). I think that it is used incorrectly. See issue44970.

The question here is if it should be exported in the C API. I propose to remove it.

Fixing it is a different issue: bpo-44970 :-)
History
Date User Action Args
2021-10-09 07:56:50vstinnersetrecipients: + vstinner, tim.peters, mark.dickinson, serhiy.storchaka
2021-10-09 07:56:50vstinnersetmessageid: <1633766210.91.0.0719852167571.issue45412@roundup.psfhosted.org>
2021-10-09 07:56:50vstinnerlinkissue45412 messages
2021-10-09 07:56:50vstinnercreate