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 ncoghlan
Recipients mark.dickinson, ncoghlan, serhiy.storchaka, tehybel, terry.reedy
Date 2016-09-10.08:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473497034.42.0.820885193325.issue27867@psf.upfronthosting.co.za>
In-reply-to
Content
I think those names (with the leading underscore removed) would be fine as a public API - the fact that PySlice_EvalIndices doesn't take a reference to the slice object seems similar to a static method, where the prefix is there for namespacing reasons, rather than because it actually operates on a slice instance.
History
Date User Action Args
2016-09-10 08:43:54ncoghlansetrecipients: + ncoghlan, terry.reedy, mark.dickinson, serhiy.storchaka, tehybel
2016-09-10 08:43:54ncoghlansetmessageid: <1473497034.42.0.820885193325.issue27867@psf.upfronthosting.co.za>
2016-09-10 08:43:54ncoghlanlinkissue27867 messages
2016-09-10 08:43:54ncoghlancreate