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 serhiy.storchaka
Recipients mark.dickinson, ncoghlan, serhiy.storchaka, tehybel, terry.reedy
Date 2016-12-29.22:37:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483051075.54.0.597146205466.issue27867@psf.upfronthosting.co.za>
In-reply-to
Content
Renamed _PySlice_EvalIndices() to _PySlice_AdjustIndices() and changed its signature. Updated the documentation and python3.def. Fixed yet one bug: implementation-defined behavior with division by negative step.

Note that since new functions are used in public macro, they become a part of the stable API. Shouldn't starting underscores be removed from names?

An attempt of discussing names and signatures on Python-Dev: https://mail.python.org/pipermail/python-dev/2016-December/147048.html.
History
Date User Action Args
2016-12-29 22:37:55serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, mark.dickinson, ncoghlan, tehybel
2016-12-29 22:37:55serhiy.storchakasetmessageid: <1483051075.54.0.597146205466.issue27867@psf.upfronthosting.co.za>
2016-12-29 22:37:55serhiy.storchakalinkissue27867 messages
2016-12-29 22:37:55serhiy.storchakacreate