Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to