Message275602
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. |
|
| Date |
User |
Action |
Args |
| 2016-09-10 08:43:54 | ncoghlan | set | recipients:
+ ncoghlan, terry.reedy, mark.dickinson, serhiy.storchaka, tehybel |
| 2016-09-10 08:43:54 | ncoghlan | set | messageid: <[email protected]> |
| 2016-09-10 08:43:54 | ncoghlan | link | issue27867 messages |
| 2016-09-10 08:43:54 | ncoghlan | create | |
|