[issue1617699] slice-object support for ctypes Pointer/Array

Thomas Heller report at bugs.python.org
Thu Aug 30 22:19:10 CEST 2007


Thomas Heller added the comment:

Yes.

But looking at your examples I think it would be better to forbid
missing indices completely instead of allowing them only where they
clearly mean 0.

Writing (and reading!) a 0 is faster than thinking about if a missing
index is allowed or what it means.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1617699>
_____________________________________


More information about the Python-bugs-list mailing list