[New-bugs-announce] [issue10681] PySlice_GetIndices() signature changed
Phil Thompson
report at bugs.python.org
Sat Dec 11 19:12:59 CET 2010
New submission from Phil Thompson <phil at riverbankcomputing.com>:
In Python v3.2b1 the type of the first argument of PySlice_GetIndices() and PySlice_GetIndicesEx() has changed from PySliceObject* to PyObject*.
The documentation does not reflect this change.
Which is correct, the source code or the documentation?
----------
assignee: docs at python
components: Documentation, Interpreter Core
messages: 123809
nosy: Phil.Thompson, docs at python
priority: normal
severity: normal
status: open
title: PySlice_GetIndices() signature changed
type: behavior
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10681>
_______________________________________
More information about the New-bugs-announce
mailing list